Click or drag to resize

TabControlImageList Property

Gets or sets the images to display on the control's tabs.

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 ImageList ImageList { get; set; }

Property Value

Type: ImageList
An ImageList that specifies the images to display on the tabs.
See Also