Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonColorPickerItem Class / ExpandColors Property

In This Topic
    ExpandColors Property (RibbonColorPickerItem)
    In This Topic
    Gets or sets whether the palette should be expanded to include five additional entries with different brightness for each color in the main palette.
    Syntax
    'Declaration
     
    
    Public Property ExpandColors As Boolean
    public bool ExpandColors {get; set;}
    See Also