Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 String _
    )
    public RibbonColorPalette( 
       string themeName
    )

    Parameters

    themeName
    See Also