IXRComboBox::GetIsDropDownOpen (Windows Embedded CE 6.0)
1/6/2010
This method retrieves a value that indicates whether the pop-up part of this combo box is currently open.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetIsDropDownOpen(
bool *pValue
) = 0;
Parameters
- pValue
[out] Pointer to a Boolean that indicates whether the pop-up list is open. This value is true if the pop-up list is open; otherwise, it is 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 |