ComponentSpace Marquee Control Reference

ScrollingImageText.ImageList Property

Gets or sets the image list containing the images to insert in the text.

[Visual Basic]
Public Property ImageList As ImageList
[C#]
public System.Windows.Forms.ImageList ImageList {get; set;}

Property Value

The image list containing the images to insert in the text.

Remarks

Insertion points in the text for images are indicated by {n} substitution sequences. For example, if {0} appears in the text then this is replaced with the first image in the image list.

Images are scaled to the height of the text font.

See Also

ScrollingImageText Class | ComponentSpace.Marquee Namespace