UnSelectedImageIndex Property (GcComboBoxCellType)
Gets or sets the index of the image that is shown on the editor area when user the does not select an item in the drop-down list.
public int UnSelectedImageIndex {get; set;}
'Declaration
Public Property UnSelectedImageIndex As Integer
'Usage
Dim instance As GcComboBoxCellType
Dim value As Integer
instance.UnSelectedImageIndex = value
value = instance.UnSelectedImageIndex
Property Value
An
System.Int32 value that indicates the image index.
The default is -1.