TrackBarRenderer.DrawBottomPointingThumb 메서드

정의

비주얼 스타일을 사용하여 아래쪽 방향 트랙 표시줄 슬라이더(엄지 단추)를 그립니다.

public:
 static void DrawBottomPointingThumb(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::VisualStyles::TrackBarThumbState state);
public static void DrawBottomPointingThumb (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state);
static member DrawBottomPointingThumb : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.VisualStyles.TrackBarThumbState -> unit
Public Shared Sub DrawBottomPointingThumb (g As Graphics, bounds As Rectangle, state As TrackBarThumbState)

매개 변수

g
Graphics

트랙 표시줄 슬라이더를 그릴 때 사용되는 Graphics입니다.

bounds
Rectangle

트랙 표시줄 슬라이더의 범위를 지정하는 Rectangle입니다.

state
TrackBarThumbState

트랙 표시줄 슬라이더의 표시 상태를 지정하는 TrackBarThumbState 값 중 하나입니다.

예외

운영 체제에서 비주얼 스타일을 지원하지 않는 경우

또는

운영 체제에서 사용자가 비주얼 스타일을 사용하지 않도록 설정한 경우

또는

비주얼 스타일이 애플리케이션 창의 클라이언트 영역에 적용되지 않은 경우

설명

이 메서드를 호출 하기 전에 확인 해야 하는 값을 IsSupported 속성은 true합니다.

적용 대상