constants ContextMenuObjectTypeEnum
The ContextMenuObjectTypeEnum type specifies the type of objects on the surface, that supports a context-menu. The ActionContextMenu event notifies your application once an action occurs within the object's context menu. The ContextMenuObjectFromID(ObjectType,ObjectID) property determines the object that hosts the context-menu, such as element, link, pool and so on. Use the ContextMenu property to provide a custom context menu for the objects on the surface. The ContextMenuObjectTypeEnum type supports the following values:

NameValueDescription
exContextMenuInvalid-1 exContextMenuInvalid.
exContextMenuUndefined0 exContextMenuUndefined.
exContextMenuElement4 Refers a selectable element from the surface.
exContextMenuLink8 Refers a selectable link from the surface.
exContextMenuSelection12 Refers the selection on the surface.
exContextMenuLane16 Refers a selectable lane from the surface.
exContextMenuPool20 Refers a selectable pool from the surface.
exContextMenuSurface24 Refers the surface itself.