Table of Contents

Class ElementDescription

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

Description of a SAP GUI for Windows element.

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

Constructors

ElementDescription()

Initializes a new instance of the ElementDescription class.

public ElementDescription()

Properties

AbsoluteLocation

The element'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

Id

The element's unique identifier in text format.

public StringProperty Id { get; set; }

Property Value

StringProperty

Location

The element's coordinates relative to the parent's location in pixels.

public LocationProperty Location { get; set; }

Property Value

LocationProperty

Name

The name of the element.

public StringProperty Name { get; set; }

Property Value

StringProperty

Size

The element's size in pixels.

public SizeProperty Size { get; set; }

Property Value

SizeProperty

Type

The numeric identification of the GUI component type.

public ComponentType? Type { get; set; }

Property Value

ComponentType?