Link Search Menu Expand Document

STree.DoubleClicked Event

Occurs when the left mouse button is double-clicked.

The following child objects are attached to the Event object.

Type Name Explanation
STreeItem item STreeItem object that is an accessor to the double-clicked item
Number ShiftKey 1 if the Shift key is pressed, 0 otherwise
Number CtrlKey 1 if the Ctrl key is pressed, 0 otherwise
Number AltKey 1 if the Alt key is pressed, 0 otherwise
Number xPos X coordinate of mouse pointer
Number yPos Y coordinate of mouse pointer

If an item in the tree is double-clicked, item will contain the accessor for the double-clicked item.

If a non-item in the tree is double-clicked, the item will contain an invalid accessor (Id property 0).