Select
Select()
Select this tree item
Applies to: TreeItem
Introduced in KCML version 5.03
Select() Event
Called when a menu item is selected
Applies to: MenuItem
This event handler is called when the specified menu option is selected. This event handler is automatically created for menu options by the Menu Editor if the "Create KCML Event" option is selected.
TreeItem
This method is used in conjunction with a tree item object or the Item() method to select a node in a tree control. The selection is indictated by the node changing color.
.treeControl1.Item(NodeIndex).Select()