MenuItemDockToRight Property |
Gets or sets a value indicating whether the menu item is docked to the right side of the MainMenu.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntaxpublic bool DockToRight { get; set; }Property Value
Type:
Booleantrue if the menu item is docked to the right side of the MainMenu; otherwise,
false. The default is
false.
Remarks
The menu items of a MainMenu are displayed from left to right.
If there is a menu item of a MainMenu that has the property DockToRight to true, this menu item and the rest of the menu items in the MainMenu will be docked to the right side of the MainMenu.
See Also