Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Window.Current Property

Definition

Namespace:
Windows.UI.Xaml

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the window of the current thread.

public:
 static property Window ^ Current { Window ^ get(); };
static Window Current();
public static Window Current { get; }
var window = Window.current;
Public Shared ReadOnly Property Current As Window

Property Value

The currently activated window.

Remarks

The value of this property depends on the thread from which it is called. If called from a UI thread, the value is the Window instance for that thread. On any other thread, the value is null.

Applies to


Feedback

Was this page helpful?