CurrentTreeItem - AbstractTreeView
Gets or sets the handle of the item that is currently selected
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle CurrentTreeItem
| Access Type | Syntax |
|---|---|
| Read Access: | Get CurrentTreeItem to HandleVariable |
| Write Access: | Set CurrentTreeItem to HandleVariable/Value |
Description
CurrentTreeItem gets or sets the handle of the item that is currently selected. The hItem parameter, this represents the item handle of an existing item to be made the current item. You can change the current item by setting this property. Getting this returns the handle of the item that is currently selected.