[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonColorPalette.Add

Add Method

Add(Color)

Adds the specified color to the palette.

Declaration
public void Add(Color color)
Parameters
Type Name Description
Color color

Add(Color, string)

Adds the color with the specified name.

Declaration
public void Add(Color color, string colorName)
Parameters
Type Name Description
Color color
string colorName

Add(Color, string, string)

Adds the color with the specified name and description.

Declaration
public void Add(Color color, string colorName, string description)
Parameters
Type Name Description
Color color
string colorName
string description