IXRPopup::SetIsOpen (Compact 2013)

3/28/2014

This method sets whether the popup is to be displayed on the screen.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetIsOpen(
    __in bool IsOpen
) = 0;

Parameters

  • IsOpen
    [in] A bool. true if the popup is to be displayed; otherwise, false.

Return Values

Returns a standard HRESULT value.

Remarks

Although it is read/write and technically is settable in XAML, setting a value for IsOpen in XAML is not typical.

.NET Framework Equivalent

System.Windows.Controls.Primitives.Popup.IsOpen

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPopup