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

属性值

如果显示 SplitterPanel,则为 true;否则为 false

属性

适用于