SplitterPanel.Visible 屬性

定義

取得或設定值,指出是否顯示 SplitterPanel。 這個屬性與這個類別無關。

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

屬性值

Boolean

如果會顯示 SplitterPanel,則為 true,否則為 false

屬性

適用於