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

プロパティ値

StatusBarPanel の最小の幅 (ピクセル単位)。

例外

0 未満の値がプロパティに代入されています。

注釈

MinWidthプロパティが に設定されている場合やSpringAutoSizeContents が小さすぎる幅に自動的にサイズ変更されないようにStatusBarPanelするために、 プロパティが使用されます。 プロパティが AutoSizeNone設定されている場合、 MinWidth プロパティは プロパティと同じ値に自動的に Width 設定されます。

適用対象

こちらもご覧ください