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