Class ElementDescription
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
Id
The element's unique identifier in text format.
public StringProperty Id { get; set; }
Property Value
Location
The element's coordinates relative to the parent's location in pixels.
public LocationProperty Location { get; set; }
Property Value
Name
The name of the element.
public StringProperty Name { get; set; }
Property Value
Size
The element's size in pixels.
public SizeProperty Size { get; set; }
Property Value
Type
The numeric identification of the GUI component type.
public ComponentType? Type { get; set; }