Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 528 Bytes

window_current.md

File metadata and controls

25 lines (16 loc) · 528 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Window.Current
winrt property

Windows.UI.Xaml.Window.Current

-description

Gets the window of the current thread.

-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.

-examples

-see-also