Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 503 Bytes

File metadata and controls

30 lines (19 loc) · 503 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Primitives.Popup.IsOpen
winrt property

Windows.UI.Xaml.Controls.Primitives.Popup.IsOpen

-description

Gets or sets whether the popup is currently displayed on the screen.

-xaml-syntax

<Popup IsOpen="bool" />

-property-value

true if the popup is currently displayed; otherwise, false. The default is false.

-remarks

-examples

-see-also