[]
        
(Showing Draft Content)

C1.Win.C1Chart.ActionCollection.Contains

Contains Method

Contains(Action)

Determines whether the specified Action exists in the collection.

Declaration
public bool Contains(Action a)
Public Function Contains(a As Action) As Boolean
Parameters
Type Name Description
Action a
Returns
Type Description
bool

A boolean indicating whether the specified action is contained in the collection.

See Also