ShowListBoxImage Property (GcComboBoxCellType)
Gets or sets whether to show the images of the drop-down list.
public bool ShowListBoxImage {get; set;}
'Declaration
Public Property ShowListBoxImage As Boolean
'Usage
Dim instance As GcComboBoxCellType
Dim value As Boolean
instance.ShowListBoxImage = value
value = instance.ShowListBoxImage
Property Value
A
bool value,
true to show images; otherwise,
false .
The default is
false.