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