UnSelectedImageIndex Property (GcComboBox)
Gets or sets the index of image which will be shown on the editor area when user doesn't select any item in the drop down list.
public int UnSelectedImageIndex {get; set;}
'Declaration
Public Property UnSelectedImageIndex As Integer
'Usage
Dim instance As GcComboBox
Dim value As Integer
instance.UnSelectedImageIndex = value
value = instance.UnSelectedImageIndex
Property Value
A
System.Int32 value indicates the index of image.
The default is -1.