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