'Declaration
Public Property ShowListBoxImage As Boolean
'Usage
Dim instance As GcComboBoxCellType Dim value As Boolean instance.ShowListBoxImage = value value = instance.ShowListBoxImage
public bool ShowListBoxImage {get; set;}
Property Value
A bool value, true to show images; otherwise, false .The default is false.