Click or drag to resize

ListViewItem Properties

X#

The ListViewItem type exposes the following members.

Properties
  NameDescription
Public propertyDisabled
A logical value that is TRUE if the image of a list view item is displayed in a disabled fashion.
Public propertyDropTarget
A logical value that is TRUE if the list view item is highlighted as the target of a drag and drop operation.
Public propertyFocused
A logical value that is TRUE if the list view item is focused.
Public propertyImageIndex
A numeric value that represents the index of the list view item's image in the image list.
Public propertyIndent
Sets the indentation of a ListView item.
Public propertyItemIndex
A numeric value that represents the index of the list view item in the list view control.
Public propertyOverlayImageIndex
A numeric value that represents the index of the list view item's overlay image in the image list.
Public propertySelected
A logical value that is TRUE if the list view item is selected.
Public propertyCode exampleStateImageIndex
A numeric value that represents the index of the list view item's state image in the state image list.
Top
See Also