IXRComboBox::SetIsDropDownOpen (Compact 2013)
3/28/2014
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 |