TreeView for WinForms | ComponentOne
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 String, _
       ByVal image As Image _
    )
    public ImageEntry( 
       string key,
       Image image
    )

    Parameters

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