Click or drag to resize

TabPageImageIndex Property

Gets or sets the index to the image displayed on this tab.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public int ImageIndex { get; set; }

Property Value

Type: Int32
The zero-based index to the image in the ImageList that appears on the tab. The default is -1, which signifies no image.
See Also