Share via


OnVisibleEventArgs.Visible Property

Definition

Gets a Boolean value that specifies whether the object is visible or not.

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

Property Value

True if the object is visible; false otherwise.

Applies to