Click or drag to resize

ListViewItem Class (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.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
Initializes a new instance of the ListViewItem class
Public methodListViewItem(VOListViewItem)
Initializes a new instance of the ListViewItem class
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 propertyIndex
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
Functions
  NameDescription
Public methodAddSubItem
Public methodCode exampleGetText(Symbol)
Retrieve the text label of a column.
Public methodCode exampleGetText(Symbol, Long)
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
Globals and Defines
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
A list view item describes an item in a list view control.
See Also