ComponentOne Ribbon for WinForms
Set(Int32,Color,String) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonColorPalette Class > Set Method : Set(Int32,Color,String) Method
Assigns the color and color name to the palette entry with the specified index.
Syntax
'Declaration
 
Public Overloads Sub Set( _
   ByVal index As System.Integer, _
   ByVal color As System.Drawing.Color, _
   ByVal colorName As System.String _
) 
public void Set( 
   System.int index,
   System.Drawing.Color color,
   System.string colorName
)

Parameters

index
color
colorName
See Also

Reference

RibbonColorPalette Class
RibbonColorPalette Members
Overload List