Table of Contents

Class ElementDescription

Description of a SAP GUI for Windows element.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class ElementDescription : Description, ICloneable, IDescription

Constructors

ElementDescription()

Initializes a new instance of the ElementDescription class.

Declaration
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.

Declaration
public LocationProperty AbsoluteLocation { get; set; }
Property Value
Type Description
LocationProperty

Id

The element's unique identifier in text format.

Declaration
public StringProperty Id { get; set; }
Property Value
Type Description
StringProperty

Location

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

Declaration
public LocationProperty Location { get; set; }
Property Value
Type Description
LocationProperty

Name

The name of the element.

Declaration
public StringProperty Name { get; set; }
Property Value
Type Description
StringProperty

Size

The element's size in pixels.

Declaration
public SizeProperty Size { get; set; }
Property Value
Type Description
SizeProperty

Type

The numeric identification of the GUI component type.

Declaration
public ComponentType? Type { get; set; }
Property Value
Type Description
ComponentType?

Implements

ICloneable
IDescription