Share via


IXRComboBox::GetIsSelectionBoxHighlighted (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value that indicates whether the item displayed in the selection box is highlighted.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetIsSelectionBoxHighlighted(
    bool *pValue
) = 0;

Parameters

  • pValue
    [out] Pointer to a Boolean that indicates whether the selection-box item is highlighted. This value is true if the selection-box item is highlighted; otherwise, it is false.

Remarks

You can obtain the item displayed in the selection box by calling IXRComboBox::GetSelectionBoxItem.

.NET Framework Equivalent

System.Windows.Controls.ComboBox.IsSelectionBoxHighlighted

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRComboBox