ListViewItem::ImageList Property
.NET Framework (current version)
Gets the ImageList that contains the image displayed with the item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Depending on the current value of the View property of the ListView control associated with the item, the ImageList used by the item could be one specified in the LargeImageList property or the SmallImageList property of the ListView control. If the View property is set to LargeIcon, the ImageList specified in the LargeImageList property is used; otherwise, the ImageList specified in the SmallImageList property is used. You can use this property to determine which ImageList control is providing the image for the item. To determine the index position in the ImageList that contains the image to display for the item, use the ImageIndex property.
.NET Framework
Available since 1.1
Available since 1.1
Show: