Skybound AutoComplete

AutoComplete.ImageList Property

Gets or sets the ImageList which contains the images displayed in the drop-down suggestion window.

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

Property Value

An ImageList which contains the images displayed in the drop-down suggestion window.

Remarks

Images from the list are only displayed when DrawMode is Enhanced, OwnerDraw or OwnerDrawAndMeasure. When using one of the owner-draw modes, you must draw the image yourself using the DrawImage method.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace