Gets a value that indicates whether a C1MenuItem is highlighted.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool IsHighlighted { get; set; }
Visual Basic
Public Property IsHighlighted As Boolean
	Get
	Set

See Also