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

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