Share via


OnVisibleEventArgs.Visible Property

Definition

Gets a Boolean value that specifies whether the control is visible.

public:
 property bool Visible { bool get(); };
public bool Visible { get; }
member this.Visible : bool
Public ReadOnly Property Visible As Boolean

Property Value

True if it is visible, otherwise false.

Applies to