Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 554 Bytes

overlappedpresenter_ismodal.md

File metadata and controls

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

Microsoft.UI.Windowing.OverlappedPresenter.IsModal

-description

Gets or sets a value that indicates whether this window is modal.

-property-value

true if this window is modal; otherwise, false;

-remarks

A modal window takes precedence over the owner window and blocks any input to the owner window until the modal window is either dismissed or no longer modal.

-see-also

-examples