Share via


IXRPopup::GetIsOpen (Compact 2013)

3/28/2014

This method retrieves whether the popup is currently displaying on the screen.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetIsOpen(
    __out bool *pIsOpen
) = 0;

Parameters

  • pIsOpen
    [in] Pointer to a bool. true if the popup is displayed; otherwise, false.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Controls.Primitives.Popup.IsOpen

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPopup