ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonColorPalette Class / RibbonColorPalette Constructor

In This Topic
    RibbonColorPalette Constructor
    In This Topic
    Creates an instance of the color palette with the specified theme name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal themeName As System.String _
    )
    public RibbonColorPalette( 
       System.string themeName
    )

    Parameters

    themeName
    See Also