Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 598 Bytes

overlappedpresenter_isalwaysontop.md

File metadata and controls

29 lines (16 loc) · 598 Bytes
-api-id -api-type
P:Microsoft.UI.Windowing.OverlappedPresenter.IsAlwaysOnTop
winrt property

Microsoft.UI.Windowing.OverlappedPresenter.IsAlwaysOnTop

-description

Gets or sets a value that indicates whether this window will be kept on top of other windows.

-property-value

true if this window will be kept on top of other windows; otherwise, false;

-remarks

If there is more than one window marked as always on top, the window that was last activated or interacted with will be on top.

-see-also

-examples