FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonColorPaletteEntry Class / SetColor Method / SetColor(Color) Method

In This Topic
    SetColor(Color) Method
    In This Topic
    Assign the color to this entry.
    Syntax
    'Declaration
     
    Public Overloads Sub SetColor( _
       ByVal color As System.Drawing.Color _
    ) 
    public void SetColor( 
       System.Drawing.Color color
    )

    Parameters

    color
    See Also