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

In This Topic
    Contains Method (RibbonColorPalette)
    In This Topic
    Determines whether a color is in the palette.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal color As System.Drawing.Color _
    ) As System.Boolean
    public System.bool Contains( 
       System.Drawing.Color color
    )

    Parameters

    color
    See Also