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