ComboBox.IsSelectionBoxHighlighted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the SelectionBoxItem is highlighted.
public:
property bool IsSelectionBoxHighlighted { bool get(); };
public bool IsSelectionBoxHighlighted { get; }
member this.IsSelectionBoxHighlighted : bool
Public ReadOnly Property IsSelectionBoxHighlighted As Boolean
Property Value
true
if the SelectionBoxItem is highlighted; otherwise, false
.
Remarks
This property is a dependency property. However, the dependency property identifier field for IsSelectionBoxHighlighted is not public. Therefore, you cannot use the backing dependency property for property system operations that require the dependency property identifier, such as calls to GetValue. However, you can still use IsSelectionBoxHighlighted as a property trigger.