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

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