StatusBarPanel.MinWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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
属性值
StatusBarPanel 的最小宽度(以像素为单位)。
例外
为该属性指定的值小于零。
注解
当 MinWidth 属性 AutoSize 设置为 Contents 或 Spring 防止 StatusBarPanel 该属性自动调整为太小的宽度时,将使用该属性。 当属性 AutoSize 设置为 None时,该 MinWidth 属性将自动设置为与 Width 该属性相同的值。