InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.SuperTooltip Namespace / ImageCollection Class / Add Method / Add(String,Image) Method
String used to retrieve the image from the collection.
System.Drawing.Image to add to the collection.

In This Topic
    Add(String,Image) Method
    In This Topic
    Adds an System.Drawing.Image to the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal key As String, _
       ByVal image As Image _
    ) 
    public void Add( 
       string key,
       Image image
    )

    Parameters

    key
    String used to retrieve the image from the collection.
    image
    System.Drawing.Image to add to the collection.
    See Also