Window.Visible Property

Definition

Gets a value that reports whether the window is visible.

public:
 property bool Visible { bool get(); };
bool Visible();
public bool Visible { get; }
var boolean = window.visible;
Public ReadOnly Property Visible As Boolean

Property Value

Boolean

bool

true if the window is visible; false if the window is not visible.

Applies to