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

In This Topic
    IsHighlightSupported Property
    In This Topic
    Gets or sets the System.Boolean value determining whether menu item should support highlighted state. The default value is True.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property IsHighlightSupported As Boolean
    [DefaultValue(true)]
    public bool IsHighlightSupported {get; set;}
    See Also