'Declaration
Public Property ImageList As ImageList
'Usage
Dim instance As GcComboBoxCellType Dim value As ImageList instance.ImageList = value value = instance.ImageList
public ImageList ImageList {get; set;}
Property Value
The ImageList that contains Image objects.The default is a null reference (Nothing in Visual Basic).