Click or drag to resize

ContextMenuShow Method

This method will create the specified context menu.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public void Show(
	TpsControl control,
	Point pos
)

Parameters

control
Type: ABB.Robotics.Tps.Windows.FormsTpsControl
The control for the context menu.
pos
Type: System.DrawingPoint
The start position for the context menu.
See Also