Gets or sets the image list index value of the image displayed on the label control.
Declaration
[TypeConverter(typeof(ImageIndexConverter))]
public int ImageIndex { get; set; }
<TypeConverter(GetType(ImageIndexConverter))>
Public Property ImageIndex As Integer