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

其中一個 DockStyle 值。 預設為 Bottom

適用於

另請參閱