FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon 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