ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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