Arbortext IsoView > Programmer's Reference > Context Menu Functions
  
Context Menu Functions
CreateContextMenu
This method activates a context menu which has been created previously using AddContextMenuItem. (See AddContextMenuItem.) From then on, this menu is opened and evaluated upon a right mouse button click. The menu item selected by the user is reported back by ContextMenuItemHit. (See ContextMenuItemHit.)
The method returns the number of menu items as short.
Introduced with Arbortext IsoView 1.0.
Syntax
CreateContextMenu
// see a more complete example at the description of
// AddContextMenuItem
// document.ivx1.CreateContextMenu();