Click or drag to resize

StartPanelLocation Enumeration

Possible locations for a TpsView. Determines if it is to be placed in the right or left column of the ABB menu

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
public enum StartPanelLocation
Members
  Member nameValueDescription
Right0 TpsView placed in the right column of the ABB menu
Left1 TpsView placed in the left column of the ABB menu
None2 TpsView is not placed in the ABB menu
See Also