| | Name | Value | Description | |
| |
exContextMenuSelectItem | 0
|
An item of the object's context menu has been selected.
| |
| |
exContextMenuCheckItem | 1
|
An item of the object's context menu has been checked. The CommandChecked
parameter of the ActionContextMenu(exContextMenuCheckItem,...,CommandChecked,...)
event indicates the state of the item's check box.
| |
| |
exContextMenuUncheckItem | 2
|
An item of the object's context menu has been unchecked. The CommandChecked
parameter of the ActionContextMenu(
exContextMenuCheckItem,..., CommandChecked,...) event indicates the state of the
item's check box.
| |
| |
exContextMenuEditChangeItem | 3
|
The value of the item of the object's context menu has been altered. The CommandValue
parameter of the ActionContextMenu(exContextMenuEditChangeItem,...,CommandValue,...)
event indicates the state of the item's check box.
| |