ComponentOne FlexReport for WinForms
Contains Method (Chart3DColorsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DColorsCollection Class : Contains Method
The Color to locate.
Determines if the specified Color is in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal color As System.Drawing.Color _
) As System.Boolean
public System.bool Contains( 
   System.Drawing.Color color
)

Parameters

color
The Color to locate.

Return Value

True if the Color is in the collection, false otherwise.
See Also

Reference

Chart3DColorsCollection Class
Chart3DColorsCollection Members