2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollBar.ScaleMenuItemCollection Class / Contains Method
The AxisScrollBar.ScaleMenuItem object to locate in the collection.

In This Topic
    Contains Method (AxisScrollBar.ScaleMenuItemCollection)
    In This Topic
    Determines whether the collection contains a specific AxisScrollBar.ScaleMenuItem value.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal smi As AxisScrollBar.ScaleMenuItem _
    ) As System.Boolean
    public System.bool Contains( 
       AxisScrollBar.ScaleMenuItem smi
    )

    Parameters

    smi
    The AxisScrollBar.ScaleMenuItem object to locate in the collection.

    Return Value

    True if the AxisScrollBar.ScaleMenuItem is found in the collection; otherwise, false.
    See Also