StatusBar.Dock プロパティ

定義

StatusBar コントロールのドッキング動作を取得または設定します。

public:
 virtual property System::Windows::Forms::DockStyle Dock { System::Windows::Forms::DockStyle get(); void set(System::Windows::Forms::DockStyle value); };
public override System.Windows.Forms.DockStyle Dock { get; set; }
member this.Dock : System.Windows.Forms.DockStyle with get, set
Public Overrides Property Dock As DockStyle

プロパティ値

DockStyle 値のいずれか 1 つ。 既定値は、Bottom です。

適用対象

こちらもご覧ください