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