[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.ImageCollection.Item

this Property

this[int]

Gets or sets the ImageEntry at the specified index in the ImageCollection.

Declaration
public ImageEntry this[int index] { get; set; }
Public Default Property Item(index As Integer) As ImageEntry
Parameters
Type Name Description
int index

Index of the image to get or set.

Property Value
Type Description
ImageEntry

The ImageEntry at the specified index.

this[string]

Gets or sets the ImageEntry with the specified key ImageCollection.

Declaration
public ImageEntry this[string key] { get; }
Public ReadOnly Default Property Item(key As String) As ImageEntry
Parameters
Type Name Description
string key

String that identifies the ImageEntry.

Property Value
Type Description
ImageEntry

The ImageEntry with the specified key.

Remarks

The key parameter is not case-sensitive.