Arbortext IsoView > Programmer's Reference > Context Menu Functions > DoPopupMenu
  
DoPopupMenu
This method opens an existing context menu at the specified position. It returns true if successful; otherwise false.
You can set the context menu items using CreateContextMenu and AddContextMenuItem. (See CreateContextMenu and AddContextMenuItem.)
Introduced with Arbortext IsoView 2.0.
Syntax
DoPopupMenuxy
Parameters:
x
Defines the horizontal position for the upper left menu corner in pixels as long.
y
Defines the vertical position for the upper left menu corner in pixels as long.
document.ivx1.DoPopupMenu( 211, 102 );