Click or drag to resize

GTPUMasterDialogMenu Property

Gets or sets the MainMenu that is displayed in the control.

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#
public MainMenu Menu { get; set; }

Property Value

Type: MainMenu
A MainMenu that represents the menu to display in the control.
See Also