Share via


ISessionExplorer.IsControlVisible Property

Definition

Gets or sets the Boolean value that specifies whether the control is displayed.

public:
 property bool IsControlVisible { bool get(); void set(bool value); };
public bool IsControlVisible { get; set; }
member this.IsControlVisible : bool with get, set
Public Property IsControlVisible As Boolean

Property Value

True if the control is displayed, otherwise false.

Applies to