[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.ImageEntry

ImageEntry Class

Entry in a ImageCollection.

Inheritance
ImageEntry
Namespace: C1.Win.C1SuperTooltip
Assembly: C1.Win.4.8.dll
Syntax
[TypeConverter(typeof(ImageEntryTypeConverter))]
public class ImageEntry : ICloneable, ISerializable
Remarks

Each entry contains an Image and its associated Key.

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

Constructors

Name Description
ImageEntry()

Initializes a new instance of a ImageEntry.

ImageEntry(SerializationInfo, StreamingContext)

Initializes a new instance of a ImageEntry.

ImageEntry(string, Image)

Initializes a new instance of a ImageEntry.

Properties

Name Description
Image

Image in the ImageCollection.

Key

Gets or sets the key used to retrieve the image from the ImageCollection.