StatusBarPanel.MinWidth 속성

정의

StatusBar 컨트롤 내에서 허용되는 상태 표시줄 패널의 최소 너비를 가져오거나 설정합니다.

public:
 property int MinWidth { int get(); void set(int value); };
public int MinWidth { get; set; }
member this.MinWidth : int with get, set
Public Property MinWidth As Integer

속성 값

Int32

StatusBarPanel의 최소 너비(픽셀)입니다.

예외

속성에 할당된 값이 0보다 작은 경우

설명

속성 MinWidth 이 설정 Contents 되거나 Spring 너무 작은 너비로 자동 크기 조정을 방지 StatusBarPanel 할 때 AutoSize 사용됩니다. 속성이 AutoSize 설정 NoneMinWidth 되면 속성이 속성과 동일한 값으로 Width 자동으로 설정됩니다.

적용 대상

추가 정보