StatusStrip.DefaultDock 屬性

定義

取得 StatusStrip 的那些框線會停駐到 ToolStripContainer

protected:
 virtual property System::Windows::Forms::DockStyle DefaultDock { System::Windows::Forms::DockStyle get(); };
protected override System.Windows.Forms.DockStyle DefaultDock { get; }
member this.DefaultDock : System.Windows.Forms.DockStyle
Protected Overrides ReadOnly Property DefaultDock As DockStyle

屬性值

DockStyle

其中一個 DockStyle 值。 預設為 Bottom

適用於