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
|
Children |
Boolean |
Specifies whether the item has children.
You can use this property to make the TreeView behave as though |
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
CutHighLighted |
Boolean |
Specifies whether the item is the target
|
Data |
Any |
Assigns any user-defined data to a TreeView |
DropHighLighted |
Boolean |
Specifies whether the item is the target
|
Expanded |
Boolean |
Specifies whether the item is expanded.
|
ExpandedOnce |
Boolean |
Specifies whether the item has been expanded
|
HasFocus |
Boolean |
Specifies whether the item has focus.
|
ItemHandle |
Long |
Identifies the handle associated with |
Label |
String |
Identifies the string label associated |
Level |
Integer |
Indicates the level of the item in the |
OverlayPictureIndex |
Integer |
Identifies the overlay picture associated |
Integer |
Identifies the picture displayed to the |
|
SelectedPictureIndex |
Integer |
Identifies the picture associated with |
Selected |
Boolean |
Specifies whether the item is selected.
|
StatePictureIndex |
Integer |
Identifies the state picture associated |
Functions
TreeViewItem function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the object. |
|
Integer |
Creates a reference to a context-specific |
|
PowerObject |
Returns a reference to the name of the |
|
Object |
Returns the type of the object. |