Click or drag to resize

ListViewItem Class

X#
Create a list view item.
Inheritance Hierarchy
Object
  VObject
    ListViewItem

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS ListViewItem INHERIT VObject
Request Example View Source

The ListViewItem type exposes the following members.

Constructors
  NameDescription
Public methodListViewItem
Construct a list view item.
Top
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
Methods
  NameDescription
Public methodCode exampleGetText
Retrieve the text label of a column.
Public methodCode exampleGetValue
Retrieve the value of a column.
Public methodCode exampleSetText
Set the text label of a column.
Public methodCode exampleSetValue
Set the value of a column.
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
A list view item describes an item in a list view control.
See Also

Reference