[]
Gets or sets the image key in the ImageList.
[RelatedImageList("ImageList")]
[TypeConverter(typeof(ImageKeyConverter))]
public string ImageKey { get; set; }
<RelatedImageList("ImageList")>
<TypeConverter(GetType(ImageKeyConverter))>
Public Property ImageKey As String