Click or drag to resize

Title Class

The control's Title object.
Inheritance Hierarchy
SystemObject
  ViComponent
    ABB.Robotics.Tps.Windows.FormsTitle

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

The Title type exposes the following members.

Constructors
  NameDescription
Public methodTitle
Initializes a new instance of the Title class.
Top
Properties
  NameDescription
Public propertyColor
The text color. The default is black
Public propertyFont
The text font. The default is Arial 8pt
Public propertyText
The text to be displayed. The default is ""
Public propertyVisible
Determines whether the text is visible or hidden. The default is false
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
Overriden.
(Overrides ObjectToString.)
Top
See Also