WindowDescription Class
Description of a window in a SAP GUI for Windows application.

C# Syntax

public class WindowDescription : ElementDescription, 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.WindowDescription

Public Constructors
 NameDescription
Public ConstructorWindowDescription ConstructorInitializes a new instance of the WindowDescription 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. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription )
Public PropertyIdThe element's unique identifier in text format. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription )
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 PropertyIsMinimizedIndicates whether the window is minimized.  
Public PropertyLocationThe element's coordinates relative to the parent's location in pixels. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription )
Public PropertyNameThe name of the element. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription )
Public PropertyProgramThe name of the SAP source program that is currently executing.  
Public PropertyScreenNumberThe number of the currently displayed screen.  
Public PropertySizeThe element's size in pixels. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription )
Public PropertyTextThe text associated with the window.  
Public PropertyTransactionThe transaction the user is currently executing.  
Public PropertyTypeThe numeric identification of the GUI component type. (Inherited from HP.LFT.SDK.SAP.GUI.ElementDescription )
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 )
Public PropertyWorkingPaneSizeThe window's working pane size in character metric. The working pane is the area between the toolbar and the status bar.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top