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

In This Topic
    Palette Property (RibbonColorPickerItem)
    In This Topic
    Gets or sets the array of colors to choose from.
    Syntax
    'Declaration
     
    
    Public Property Palette As RibbonColorPalette
    public RibbonColorPalette Palette {get; set;}
    See Also