ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / RibbonColorPicker Class / DefaultColor Property

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