ContextMenu


An popup menu is opened by clicking MB3. The popup menu can contain up to 10 menu items.
For each item an Xtt command can be specified that will be executed when the item is
activated.

Attribute                               Description
ContextMenu.ItemText[0]                       Text of first menu item.
ContextMenu.ItemAction[0]                       Xtt command to execute when the menu item is activated.
ContextMenu.ItemText[1]                       Text of second menu item.
ContextMenu.ItemAction[1]                       Xtt command to execute when the menu item is activated.
...