[]
Gets or sets the index of the image in the ImageList.
[RelatedImageList("ImageList")]
[TypeConverter(typeof(ImageIndexConverter))]
public int ImageIndex { get; set; }
<RelatedImageList("ImageList")>
<TypeConverter(GetType(ImageIndexConverter))>
Public Property ImageIndex As Integer