TreeView for WinForms | ComponentOne
C1.Win.C1SuperTooltip Namespace / ImageEntry Class
Members

In This Topic
    ImageEntry Class
    In This Topic
    Entry in a ImageCollection.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.Win.C1SuperTooltip.ImageEntryTypeConverter)>
    <SerializableAttribute()>
    Public Class ImageEntry 
    [TypeConverter(C1.Win.C1SuperTooltip.ImageEntryTypeConverter)]
    [Serializable()]
    public class ImageEntry 
    Remarks

    Each entry contains an Image and its associated Key.

    Entries may be retrieved from the collection by index or by key.

    Inheritance Hierarchy

    System.Object
       C1.Win.C1SuperTooltip.ImageEntry

    See Also