public int ImageSelectedIndex { get; set; }Public Property ImageSelectedIndex As Integer
Get
SetThe index refers to Images collection.
If the specified index does not refer to any image in TImageList, then no Image will be drawn. If you don't want any Image to appear in a TabPage, you can put a negative number here.