ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / ImageEntry Class / ImageEntry Constructor / ImageEntry Constructor(String,Image)
String used as a key to retrieve the image.
Image associated with the key.

In This Topic
    ImageEntry Constructor(String,Image)
    In This Topic
    Initializes a new instance of a ImageEntry.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As System.String, _
       ByVal image As System.Drawing.Image _
    )
    public ImageEntry( 
       System.string key,
       System.Drawing.Image image
    )

    Parameters

    key
    String used as a key to retrieve the image.
    image
    Image associated with the key.
    See Also