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