FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonColorPalette Class / Clone Method

In This Topic
    Clone Method (RibbonColorPalette)
    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