SplitterPanel.Visible Property

Definition

Gets or sets a value that indicates whether the SplitterPanel is displayed. This property is not relevant to this class.

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

Property Value

true if the SplitterPanel is displayed; otherwise, false.

Attributes

Applies to