Click or drag to resize

TpsControlContextMenu Property

Gets or sets the shortcut menu associated with the control.

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 ContextMenu ContextMenu { get; set; }

Property Value

Type: ContextMenu
A ContextMenu that represents the shortcut menu associated with the control.
Remarks
NOTE: The context menu only works for the ListView control.
See Also