C# Syntax
public class ElementDescription : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Description
HP.LFT.SDK.SAP.GUI.ElementDescription
HP.LFT.SDK.SAP.GUI.ButtonDescription
HP.LFT.SDK.SAP.GUI.CalendarDescription
HP.LFT.SDK.SAP.GUI.CheckBoxDescription
HP.LFT.SDK.SAP.GUI.ComboBoxDescription
HP.LFT.SDK.SAP.GUI.EditFieldDescription
HP.LFT.SDK.SAP.GUI.EditorDescription
HP.LFT.SDK.SAP.GUI.LabelDescription
HP.LFT.SDK.SAP.GUI.MenubarDescription
HP.LFT.SDK.SAP.GUI.OKCodeDescription
HP.LFT.SDK.SAP.GUI.RadioButtonDescription
HP.LFT.SDK.SAP.GUI.StatusBarDescription
HP.LFT.SDK.SAP.GUI.TabControlDescription
HP.LFT.SDK.SAP.GUI.TableBaseDescription
HP.LFT.SDK.SAP.GUI.ToolBarDescription
HP.LFT.SDK.SAP.GUI.TreeViewDescription
HP.LFT.SDK.SAP.GUI.WindowDescription
Name | Description | |
---|---|---|
ElementDescription Constructor | Initializes a new instance of the ElementDescription class. |
Name | Description | |
---|---|---|
AbsoluteLocation | The element's coordinates relative to the screen in pixels. 0,0 is the top-left corner of the primary monitor. | |
Id | The element's unique identifier in text format. | |
Index | The 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description ) | |
Location | The element's coordinates relative to the parent's location in pixels. | |
Name | The name of the element. | |
Size | The element's size in pixels. | |
Type | The numeric identification of the GUI component type. | |
Vri | Distinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description ) |
Name | Description | |
---|---|---|
Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |