ComponentOne Ribbon for WinForms
Add(Color,String,String) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonColorPalette Class > Add Method : Add(Color,String,String) Method
Adds the color with the specified name and description.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal color As System.Drawing.Color, _
   ByVal colorName As System.String, _
   ByVal description As System.String _
) 
public void Add( 
   System.Drawing.Color color,
   System.string colorName,
   System.string description
)

Parameters

color
colorName
description
See Also

Reference

RibbonColorPalette Class
RibbonColorPalette Members
Overload List