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

适用于