Click or drag to resize

TpsViewStartupTypes Enumeration

Types of startups for a TpsView. Default startup type for a TpsView is manual. The startup type is set in the TpsViewAttribute.

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 TpsViewStartupTypes
Members
  Member nameValueDescription
Manual0 The TpsView is started manually from the ABBMenu
Automatic1 The TpsView is started automatically at startup of the FlexPendant
See Also