ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonColorPalette Class / Add Method / Add(Color) Method

In This Topic
    Add(Color) Method
    In This Topic
    Adds the specified color to the palette.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal color As System.Drawing.Color _
    ) 
    public void Add( 
       System.Drawing.Color color
    )

    Parameters

    color
    See Also