ListViewItem Class (Typed) |
Namespace: XSharp.VO.SDK
The ListViewItem type exposes the following members.
Name | Description | |
---|---|---|
ListViewItem | Initializes a new instance of the ListViewItem class | |
ListViewItem(VOListViewItem) | Initializes a new instance of the ListViewItem class |
Name | Description | |
---|---|---|
Disabled |
A logical value that is TRUE if the image of a list view item is displayed in a disabled fashion.
| |
DropTarget |
A logical value that is TRUE if the list view item is highlighted as the target of a drag and drop operation.
| |
Focused |
A logical value that is TRUE if the list view item is focused.
| |
ImageIndex |
A numeric value that represents the index of the list view item's image in the image list.
| |
Indent |
Sets the indentation of a ListView item.
| |
Index | ||
ItemIndex |
A numeric value that represents the index of the list view item in the list view control.
| |
OverlayImageIndex |
A numeric value that represents the index of the list view item's overlay image in the image list.
| |
Selected |
A logical value that is TRUE if the list view item is selected.
| |
StateImageIndex |
A numeric value that represents the index of the list view item's state image in the state image list.
|
Name | Description | |
---|---|---|
AddSubItem | ||
GetText(Symbol) |
Retrieve the text label of a column.
| |
GetText(Symbol, Long) |
Retrieve the text label of a column.
| |
GetValue |
Retrieve the value of a column.
| |
SetText |
Set the text label of a column.
| |
SetValue |
Set the value of a column.
|