TreeViewItem object
A TreeViewItem is a system structure that populates the properties
for individual items in a TreeView control. A TreeViewItem has no
events.
Properties
|
TreeViewItem property |
Datatype |
Description |
|---|---|---|
|
Bold |
Boolean |
Specifies whether the item is bold. Values TRUE — The item is bold. FALSE — |
|
Children |
Boolean |
Specifies whether the item has children. Values TRUE — The item has FALSE — The item does not have You can use this property to make the |
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
CutHighLighted |
Boolean |
Specifies whether the item is the target of a cut TRUE — The item is the FALSE — The item is not |
|
Data |
Any |
Assigns any user-defined data to a TreeView |
|
DropHighLighted |
Boolean |
Specifies whether the item is the target of a TRUE — The item is FALSE — The |
|
Expanded |
Boolean |
Specifies whether the item is expanded. Values TRUE — The item is expanded. FALSE |
|
ExpandedOnce |
Boolean |
Specifies whether the item has been expanded at TRUE — The item has been FALSE — The item has not been |
|
HasFocus |
Boolean |
Specifies whether the item has focus. Values TRUE — The item has focus. FALSE |
|
ItemHandle |
Long |
Identifies the handle associated with the |
|
Label |
String |
Identifies the string label associated with the |
|
Level |
Integer |
Indicates the level of the item in the TreeView |
|
OverlayPictureIndex |
Integer |
Identifies the overlay picture associated with the |
|
Integer |
Identifies the picture displayed to the left of the |
|
|
SelectedPictureIndex |
Integer |
Identifies the picture associated with the item |
|
Selected |
Boolean |
Specifies whether the item is selected. Values TRUE — The item is selected. FALSE |
|
StatePictureIndex |
Integer |
Identifies the state picture associated with the |
Functions
|
TreeViewItem function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Object |
Returns the type of the object. |