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

In This Topic
    Clone Method
    In This Topic
    Returns a clone of this palette with the specified theme name.
    Syntax
    'Declaration
     
    Public Function Clone( _
       ByVal themeName As System.String _
    ) As RibbonColorPalette
    public RibbonColorPalette Clone( 
       System.string themeName
    )

    Parameters

    themeName
    See Also