constants ContextMenuObjectActionEnum
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.

NameValueDescription
exContextMenuSelectItem0 An item of the object's context menu has been selected.
exContextMenuCheckItem1 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.
exContextMenuUncheckItem2 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.
exContextMenuEditChangeItem3 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.