ElementDescription Class
Description of a SAP GUI for Windows element.

C# Syntax

public class ElementDescription : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

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

Public Constructors
 NameDescription
Public ConstructorElementDescription ConstructorInitializes a new instance of the ElementDescription class.  
Top
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThe element's coordinates relative to the screen in pixels. 0,0 is the top-left corner of the primary monitor.  
Public PropertyIdThe element's unique identifier in text format.  
Public PropertyIndexThe 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description )
Public PropertyLocationThe element's coordinates relative to the parent's location in pixels.  
Public PropertyNameThe name of the element.  
Public PropertySizeThe element's size in pixels.  
Public PropertyTypeThe numeric identification of the GUI component type.  
Public PropertyVriDistinguishes 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 )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top