IXRPopup::SetIsOpen (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |