This topic has not yet been rated - Rate this topic

Window.Visible property

Gets a value that reports whether the window is visible.

Syntax


public bool Visible { get; }

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

Window

 

 

Build date: 1/31/2013

© 2013 Microsoft. All rights reserved.