IsHighlightedtakes into account any input device (such as a keyboard) for displaying logical focus. This is not a level dependency property DependencyObject, as I examined it, available only for the following three controls in WPF:
System.Windows.Controls.ComboBoxItem.IsHighlighted
System.Windows.Controls.MenuItem.IsHighlighted
System.Windows.Controls.Primitives.CalendarDayButton.IsHighlighted
Rajiv source
share