ToolStrip.DefaultDock プロパティ

定義

コンテナーにドッキングされる境界線を示す、 ToolStripのドッキング位置を取得します。

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

プロパティ値

DockStyle値の 1 つ。 既定値は Top です。

適用対象