The ContextMenuObjectActionEnum type specifies
the actions that the context menu's item supports. The
ActionContextMenu event notifies your application once
an action occurs within the object's context menu. The ContextMenuObjectActionEnum
type supports the following values.
| | 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.
| |