Click or drag to resize

TpsFormMainMenu Property

Gets or sets the MainMenu that is displayed in 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 MainMenu MainMenu { get; }

Property Value

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