Share via


IXRPopup::GetIsOpen (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRPopup