Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItem Class / HighlightColor Property

In This Topic
    HighlightColor Property
    In This Topic
    Gets or sets the highlight color of this menu item. Empty (default) means that item highlight color specified for the whole menu is used.
    Syntax
    'Declaration
     
    
    Public Property HighlightColor As Color
    public Color HighlightColor {get; set;}
    See Also