Click or drag to resize

TpsIcon Class

This class manages a set of pre-defined icons for the Tps System.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.Tps.DrawingTpsIcon

Namespace:  ABB.Robotics.Tps.Drawing
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public abstract class TpsIcon

The TpsIcon type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBackup
Gets a FlexPendant Backup icon.
Public propertyStatic memberBackupPressed
Gets a FlexPendant BackupPressed icon.
Public propertyStatic memberError
Gets a FlexPendant Error icon.
Public propertyStatic memberInfo
Gets a FlexPendant Info icon.
Public propertyStatic memberJogging
Gets a FlexPendant Jogging icon.
Public propertyStatic memberJoystickLock
Gets a FlexPendant JoystickLock icon.
Public propertyStatic memberJoystickLockSel
Gets a FlexPendant JoystickLockSel icon.
Public propertyStatic memberLogin
Gets a FlexPendant Login icon.
Public propertyStatic memberMotionPointer
Gets a FlexPendant MotionPointer icon.
Public propertyStatic memberOpenSaveDetails
Gets a FlexPendant OpenSaveDetails icon.
Public propertyStatic memberOpenSaveDetailsSel
Gets a FlexPendant OpenSaveDetailsSel icon.
Public propertyStatic memberOpenSaveList
Gets a FlexPendant OpenSaveList icon.
Public propertyStatic memberOpenSaveListSel
Gets a FlexPendant OpenSaveListSel icon.
Public propertyStatic memberProgramPointerGreen
Gets a FlexPendant ProgramPointerGreen icon.
Public propertyStatic memberProgramPointerRed
Gets a FlexPendant ProgramPointerRed icon.
Public propertyStatic memberProgramPointerYellow
Gets a FlexPendant ProgramPointerYellow icon.
Public propertyStatic memberRadioEmpty
Gets a FlexPendant RadioEmpty icon.
Public propertyStatic memberRadioSelected
Gets a FlexPendant RadioSelected icon.
Public propertyStatic memberRestoreButton
Gets a FlexPendant RestoreButton icon.
Public propertyStatic memberRestoreButtonPressed
Gets a FlexPendant RestoreButtonPressed icon.
Public propertyStatic memberRobotActive
Gets a FlexPendant RobotActive icon.
Public propertyStatic memberRobotInActive
Gets a FlexPendant RobotInActive icon.
Public propertyStatic memberSelectButtonDown
Gets a FlexPendant SelectButtonDown icon.
Public propertyStatic memberSelectButtonUp
Gets a FlexPendant SelectButtonUp icon.
Public propertyStatic memberTreeDot
Gets a FlexPendant TreeDot icon.
Public propertyStatic memberTreeMinus
Gets a FlexPendant TreeMinus icon.
Public propertyStatic memberTreePlus
Gets a FlexPendant TreePlus icon.
Public propertyStatic memberWarning
Gets a FlexPendant Warning icon.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also