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値の 1 つ。 既定値は Bottom です。

適用対象