Click or drag to resize

GTPUMasterDialogActionItem Property

Gets the Action menu item.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU.Windows.Forms (in ABB.Robotics.GTPU.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
protected MenuItem ActionItem { get; }

Property Value

Type: MenuItem
A MenuItem that represents Action item. Returns null if ActionItemEnabled is set to false.
See Also