ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / CommonImageMapCollection Class / Add Method

In This Topic
    Add Method (CommonImageMapCollection)
    In This Topic
    Adds the specified CommonImageMap to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal item As CommonImageMap _
    ) As System.Integer
    public System.int Add( 
       CommonImageMap item
    )

    Parameters

    item
    See Also