Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonColorPicker Class / AutomaticColor Property

In This Topic
    AutomaticColor Property (RibbonColorPicker)
    In This Topic
    Gets or sets the color that appears on the 'Automatic' item in the dropdown.
    Syntax
    'Declaration
     
    
    Public Property AutomaticColor As Color
    public Color AutomaticColor {get; set;}
    See Also