Partager via


SessionTabsControl.IsControlVisible Property

Definition

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

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

Property Value

True if the control is displayed, otherwise false.

Implements

Applies to