ImageList Property (C1DropDownControl)
In This Topic
Gets or sets the ImageList to get the images to display in the drop down items.
Syntax
'Declaration
Public Property ImageList As System.Windows.Forms.ImageList
public System.Windows.Forms.ImageList ImageList {get; set;}
See Also