[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonColorPalette.Set

Set Method

Set(int, Color)

Assigns the color to the palette entry with the specified index.

Declaration
public void Set(int index, Color color)
Public Sub [Set](index As Integer, color As Color)
Parameters
Type Name Description
int index
Color color

Set(int, Color, string)

Assigns the color and color name to the palette entry with the specified index.

Declaration
public void Set(int index, Color color, string colorName)
Public Sub [Set](index As Integer, color As Color, colorName As String)
Parameters
Type Name Description
int index
Color color
string colorName