Class UiObjectBaseDescription
The description of an Oracle UiObjectBase abstract type.
Inheritance
UiObjectBaseDescription
Inherited Members
Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public abstract class UiObjectBaseDescription : Description, ICloneable, IDescription
Constructors
UiObjectBaseDescription()
Initializes a new instance of the UiObjectBaseDescription class.
Declaration
protected UiObjectBaseDescription()
Properties
AbsoluteLocation
The object's coordinates relative to the screen, in pixels. 0,0 is the top-left corner of the primary monitor.
Declaration
public LocationProperty AbsoluteLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| LocationProperty |
Location
The object's coordinates relative to the parent window, in pixels.
Declaration
public LocationProperty Location { get; set; }
Property Value
| Type | Description |
|---|---|
| LocationProperty |
ObjectType
The general object type.
Declaration
public StringProperty ObjectType { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Size
The object's size in pixels.
Declaration
public SizeProperty Size { get; set; }
Property Value
| Type | Description |
|---|---|
| SizeProperty |