Click or drag to resize

ListViewItem.OverlayImageIndex Property (Typed)

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

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

Property Value

Type: Long
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