ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonColorPalette Class / Set Method / Set(Int32,Color,String) Method

In This Topic
    Set(Int32,Color,String) Method
    In This Topic
    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