IXRComboBox::SetIsDropDownOpen (Windows Embedded CE 6.0)
1/6/2010
This method sets a value that indicates whether the pop-up part of the combo box is currently open.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetIsDropDownOpen(
bool Value
) = 0;
Parameters
- Value
[in] Boolean that indicates whether the pop-up list is open. Set this value to true to open the pop-up list; otherwise, set it to false.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
The user can open the pop-up part of the combo box by clicking the drop-down button of the combo box.
.NET Framework Equivalent
System.Windows.Controls.ComboBox.IsDropDownOpen
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |