Macro Language Reference > Macros > System > toolcont
  
toolcont
Description
System macro used internally by PTC ALD to build a context menu when you right-click on a toolbar. The toolcont macro is bound to toolbar area right-mouse clicks in the scontext.3ad file.
Syntax
toolcont x:i y:i
x
Integer representing the pixel location where the mouse was clicked. The x and y offsets are needed so that the macro knows which toolbar you clicked and hence can provide context.
y
Integer representing the pixel location where the mouse was clicked.