ComboBox.IsSelectionBoxHighlighted Property

Definition

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.

Applies to