Table of Contents

Class UiObjectBaseDescription

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

The description of an Oracle UiObjectBase abstract type.

public abstract class UiObjectBaseDescription : Description, ICloneable, IDescription
Inheritance
UiObjectBaseDescription
Implements
Derived
Inherited Members

Constructors

UiObjectBaseDescription()

Initializes a new instance of the UiObjectBaseDescription class.

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.

public LocationProperty AbsoluteLocation { get; set; }

Property Value

LocationProperty

Location

The object's coordinates relative to the parent window, in pixels.

public LocationProperty Location { get; set; }

Property Value

LocationProperty

ObjectType

The general object type.

public StringProperty ObjectType { get; set; }

Property Value

StringProperty

Size

The object's size in pixels.

public SizeProperty Size { get; set; }

Property Value

SizeProperty