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

屬性值

DockStyle

其中一個列舉值,指定 停駐所在 之 的 SplitContainer SplitterPanel 邊緣。

屬性

適用於