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 的最小宽度(以像素为单位)。

例外

为该属性指定的值小于零。

注解

MinWidth 属性 AutoSize 设置为 ContentsSpring 防止 StatusBarPanel 该属性自动调整为太小的宽度时,将使用该属性。 当属性 AutoSize 设置为 None时,该 MinWidth 属性将自动设置为与 Width 该属性相同的值。

适用于

另请参阅