Click or drag to resize

ListViewSubItemImageIndex Property

Gets or sets the index of the image that is displayed for the item.

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 of the image in the ImageList that is displayed for the item. The default is -1.
See Also