Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1MenuItem Class / IsHighlighted Property

In This Topic
    IsHighlighted Property (C1MenuItem)
    In This Topic
    Gets or sets a value that indicates whether a C1MenuItem is highlighted.
    Syntax
    'Declaration
     
    
    Public Property IsHighlighted As Boolean
    public bool IsHighlighted {get; set;}
    See Also