Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapLegendsCollection Class / InternalAdd Method
The item to add.

In This Topic
    InternalAdd Method (MapLegendsCollection)
    In This Topic
    Internal used only. Adds an existing item to the collection.
    Syntax
    'Declaration
     
    
    Protected Sub InternalAdd( _
       ByVal item As MapLegend _
    ) 
    protected void InternalAdd( 
       MapLegend item
    )

    Parameters

    item
    The item to add.
    See Also