ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / ImageEntry Class / Key Property

In This Topic
    Key Property (ImageEntry)
    In This Topic
    Gets or sets the key used to retrieve the image from the ImageCollection.
    Syntax
    'Declaration
     
    Public Property Key As System.String
    public System.string Key {get; set;}
    Remarks
    The key value is not case-sensitive.
    See Also