[]
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.
[Browsable(true)]
[TypeConverter(typeof(ImageIndexConverter))]
public int UnSelectedImageIndex { get; set; }
<Browsable(True)>
<TypeConverter(GetType(ImageIndexConverter))>
Public Property UnSelectedImageIndex As Integer
Type | Description |
---|---|
int | An int value that indicates the image index.
|
When the SelectedItem is null and the TextBoxStyle property is ImageOnly or Both, an image is displayed in the edit area based on the index value.