dbicTips Send comments on this topic.
ImageList Property
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > dbiTips Class : ImageList Property

Attaches an image list for use with the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ImageList As System.Windows.Forms.ImageList
C# 
public virtual System.Windows.Forms.ImageList ImageList {get; set;}

Property Value

ImageList

Remarks

You can use an image in the text of the dbicTipsText by using an image list with the ImageList Property and setting the ImageInText Property to True. You can then include the image index in the body text as a semi-colon delimeted value. Me.DbicTips1.SetdbiTipsText(Me.ListBox1, "0;This is the ListBox")

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also