STree.RClicked Event
Occurs when the right mouse button is pressed.
The following child objects are attached to the Event object.
| Type | Name | Explanation |
|---|---|---|
| STreeItem | item | STreeItem object that is an accessor to the right-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 right-clicked, item contains the accessors for the right-clicked item.
If a non-item in the tree is right-clicked, the item will contain an invalid accessor (Id property 0).