SplitterPanel.Dock プロパティ

定義

SplitContainer のどの方向の端に SplitterPanel をドッキングするのかを取得または設定します。 このクラスでは、このプロパティは使用されません。

public:
 property System::Windows::Forms::DockStyle Dock { System::Windows::Forms::DockStyle get(); void set(System::Windows::Forms::DockStyle value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DockStyle Dock { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Dock : System.Windows.Forms.DockStyle with get, set
Public Property Dock As DockStyle

プロパティ値

ドッキング先の のエッジ SplitContainer を指定する SplitterPanel 列挙値の 1 つ。

属性

適用対象