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

In This Topic
    GetColorPalette Method
    In This Topic
    Returns one of the predefined color palettes.
    Syntax
    'Declaration
     
    Public Shared Function GetColorPalette( _
       ByVal colorPalette As OfficeColorPalette _
    ) As RibbonColorPalette
    public static RibbonColorPalette GetColorPalette( 
       OfficeColorPalette colorPalette
    )

    Parameters

    colorPalette
    See Also