VisualStyleElement.Rebar.GripperVertical.Normal 속성

정의

세로 크기 조정 막대의 그리퍼 막대를 나타내는 비주얼 스타일 요소를 가져옵니다.

public:
 static property System::Windows::Forms::VisualStyles::VisualStyleElement ^ Normal { System::Windows::Forms::VisualStyles::VisualStyleElement ^ get(); };
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get; }
static member Normal : System.Windows.Forms.VisualStyles.VisualStyleElement
Public Shared ReadOnly Property Normal As VisualStyleElement

속성 값

세로 크기 조정 막대의 그리퍼 막대를 나타내는 VisualStyleElement입니다.

예제

다음 코드 예제에는 만드는 방법을 보여 줍니다는 VisualStyleRenderer 사용 하 여 합니다 VisualStyleElement 반환한는 Normal 속성입니다. 이 예제를 실행 하려면 Windows 폼에 붙여 넣습니다. 양식의 처리 Paint 이벤트 및 호출 합니다 DrawVisualStyleElementRebarGripperVertical1 메서드에서 Paint 전달 하는 이벤트 처리 메서드를 e 으로 PaintEventArgs입니다.

System.Windows.Forms.VisualStyleElementsExamples#206

설명

사용할 수는 VisualStyleElement 반환한 합니다 Normal 만들 속성을 VisualStyleRenderer합니다.

적용 대상