Click or drag to resize

TpsViewAttribute Class

TpsViewAttribute is added to the class that declares the TpsView. It provides information to the framework about how the view should appear.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    ABB.Robotics.Tps.TafTpsViewAttribute

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
public class TpsViewAttribute : Attribute

The TpsViewAttribute type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyABBMenuImagePath
Gets the path to the image associated with the view in the start panel.
Public propertyAssemblyName
Gets the name of the assembly.
Public propertyCloseable
Defines if the view is closeable or not, its default value is true.
Public propertyResourceAssembly
Gets the name of the resource assembly associated with the view.
Public propertyStartPanelLocation
Gets the start panel location of the view.
Public propertyStartupType
Gets the startup type for the view.
Public propertyTaskBarImagePath
Gets the path to the image associated with the view in the start panel and in the taskbar.
Public propertyText
Gets the text associated with the view in the ABBMenu (start panel) and in the taskbar.
Public propertyTpsViewClassName
Gets the fully qualified name of the TpsView class.
Public propertyTpsViewType
Gets the type of the view.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
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
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIsDefaultAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.)
Public methodMatch
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
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