ScrollBarRenderer.GetThumbGripSize(Graphics, ScrollBarState) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
스크롤 상자 그립의 크기를 반환합니다.
public:
static System::Drawing::Size GetThumbGripSize(System::Drawing::Graphics ^ g, System::Windows::Forms::VisualStyles::ScrollBarState state);
public static System.Drawing.Size GetThumbGripSize (System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state);
static member GetThumbGripSize : System.Drawing.Graphics * System.Windows.Forms.VisualStyles.ScrollBarState -> System.Drawing.Size
Public Shared Function GetThumbGripSize (g As Graphics, state As ScrollBarState) As Size
매개 변수
- state
- ScrollBarState
스크롤 상자 그립의 표시 상태를 지정하는 ScrollBarState 값 중 하나입니다.
반환
스크롤 상자 그립의 크기를 지정하는 Size입니다.
예외
운영 체제에서 비주얼 스타일을 지원하지 않는 경우
또는
운영 체제에서 사용자가 비주얼 스타일을 사용하지 않도록 설정한 경우
또는
비주얼 스타일이 애플리케이션 창의 클라이언트 영역에 적용되지 않은 경우
설명
스크롤 상자 그립의 크기는 운영 체제의 현재 비주얼 스타일에 의해 결정 됩니다.
이 메서드를 사용 하기 전에 있는지 확인 해야 합니다 IsSupported 속성이 반환 true
합니다.