Share via


IXRComboBox::GetIsDropDownOpen (Compact 2013)

3/28/2014

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

See Also

Reference

IXRComboBox
IXRComboBox::SetIsDropDownOpen