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 値のいずれか 1 つ。 既定値は、Bottom です。

適用対象