UiFormBaseDescription Class

The description of an Oracle UiFormBase test object.

C# Syntax

public abstract class UiFormBaseDescription : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription, HP.LFT.SDK.PropertiesDescription, HP.LFT.SDK.Oracle.UiObjectBaseDescription

Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
        HP.LFT.SDK.Oracle.UiObjectBaseDescription
            HP.LFT.SDK.Oracle.UiFormBaseDescription
                HP.LFT.SDK.Oracle.FormWindowDescription

Public Constructors

 NameDescription
Public ConstructorUiFormBaseDescription Constructor

 Initializes a new instance of the UiFormBaseDescription class.

C# Syntax

public UiFormBaseDescription()

Public Properties

 NameDescription
Public PropertyAbsoluteLocation

The object's absolute coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor.  (Inherited from HP.LFT.SDK.Oracle.UiObjectBaseDescription)

Public PropertyIndexThe 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description)
Public PropertyLocation

The object's coordinates relative to the parent window (in pixels). (Inherited from HP.LFT.SDK.Oracle.UiObjectBaseDescription)

Public PropertyObjectType

The general object type. (Inherited from HP.LFT.SDK.Oracle.UiObjectBaseDescription)

Public PropertySize

The object's size in pixels.   (Inherited from HP.LFT.SDK.Oracle.UiObjectBaseDescription)

Public PropertyTitle

The window title.

C# Syntax

public StringProperty Title {get; set;}
Public PropertyVriDistinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description)
Top