ComboBox.IsSelectionBoxHighlighted Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the SelectionBoxItem is highlighted.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Booleantrue if the SelectionBoxItem is highlighted; otherwise, false. The default is true.
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.