'Declaration
Public Property ImageList As ImageList
'Usage
Dim instance As GcComboBox Dim value As ImageList instance.ImageList = value value = instance.ImageList
public ImageList ImageList {get; set;}
Property Value
A ImageList that user add a lots of Image object.The default is a null reference (Nothing in Visual Basic).