InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / ImageCollection Class / Add Method / Add(ImageEntry) Method
ImageEntry to add to the collection.

In This Topic
    Add(ImageEntry) Method
    In This Topic
    Adds an ImageEntry to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal entry As ImageEntry _
    ) As Integer
    public int Add( 
       ImageEntry entry
    )

    Parameters

    entry
    ImageEntry to add to the collection.

    Return Value

    The index of the new entry in the collection.
    See Also