TreeViewItem Class |
Namespace: VO
The TreeViewItem type exposes the following members.
Name | Description | |
---|---|---|
TreeViewItem |
Construct a tree view item.
|
Name | Description | |
---|---|---|
Bold |
A logical value that is TRUE if the text of the tree view item is bold.
| |
Disabled |
A logical value that is TRUE if the image of the tree view item is disabled.
| |
DropTarget |
A logical value that is TRUE if the tree view item is highlighted as the target of a drag-and-drop operation.
| |
Expanded |
A logical value that determines if the tree view item is expanded or collapsed.
| |
FirstChild |
The first child item of the tree view item.
| |
Focused |
A logical value that is TRUE if the tree view item is focused.
| |
ImageIndex |
A numeric value that represents the index of the tree view item's image in the image list.
| |
NameSym |
The symbolic name for the tree view item.
| |
NextSibling |
The next sibling item of the tree view item.
| |
OverlayImageIndex |
A numeric value that represents the index of the tree view item's overlay image in the image list. Overlay images are images that are drawn over the item's main image. A tree view can have up to four overlay images, so this value can be in the range of 1 to 4.
| |
Parent |
The parent TreeView object of the tree view item.
| |
PreviousSibling |
The previous sibling item of the tree view item.
| |
Selected |
A logical value that is TRUE if the tree view item is selected.
| |
SelectedImageIndex |
A numeric value that represents the index of the tree view item's selected image in the image list. Selected images are displayed in place of an item's normal image when the item is selected.
| |
StateImageIndex |
A numeric value that represents the index of the tree view item's state image in the state image list. State images are images that are drawn next to the item's main image.
| |
TextValue |
The text value of the tree view item.
| |
TreeViewControl |
The TreeView object identifying the TreeView control to which the current tree view item is linked.
| |
Value |
The usual value associated with the tree view item.
|
Name | Description | |
---|---|---|
Collapse |
Collapse the tree view item, hiding its child items.
| |
Delete |
Delete the tree view item.
| |
Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) | |
Expand |
Expand the tree view item, showing its child items.
|