Click or drag to resize

ListViewItem.OverlayImageIndex Property

X#
A numeric value that represents the index of the list view item's overlay image in the image list.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY OverlayImageIndex AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A numeric value that represents the index of the list view item's overlay image in the image list.
Remarks
A numeric value that represents the index of the list view item's overlay image in the image list. Overlay images are images that are drawn over the item's main image. A list view can have up to four overlay images, so this value can be in the range of 1 to 4.
See Also