ListViewItemImageIndex 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
Syntaxpublic int ImageIndex { get; set; }Property Value
Type:
Int32The zero-based index of the image in the
ImageList that is displayed for the item. The default is -1.
See Also