Select

[method icon] Select()

Select this tree item

Applies to: TreeItem

Introduced in KCML version 5.03


[event icon] Select() Event

Called when a menu item is selected

Applies to: MenuItem


>

Select

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()

See also

MenuItem methods, properties and events. TreeItem methods, properties and events.