WindowDescription Class
The description of a .NET Windows Forms Window test object.

C# Syntax

public class WindowDescription : UiObjectDescriptionBase, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.WinForms.UiObjectDescriptionBase
            HP.LFT.SDK.WinForms.WindowDescription

Public Constructors
 NameDescription
Public ConstructorWindowDescription ConstructorInitializes a new instance of the WindowDescription class.  
Top
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThis object's absolute coordinates in pixels relative to the screen. 0,0 is the top-left corner of the primary monitor. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyFullNamePathThe full hierarchy of ObjectName with all parent objects. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyFullTypeThe full type name of this object. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyHasBorderIndicates whether this object has a thin-line border.  
Public PropertyHasCaptionIndicates whether this object has a title bar.  
Public PropertyHasSizeboxIndicates whether this object has a sizing border.  
Public PropertyHasSystemMenuIndicates whether this object has a window menu on its title bar.  
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 PropertyIsActiveIndicates whether this object is the foreground object.  
Public PropertyIsChildWindowIndicates whether this object's window is a child window. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyIsEnabledIndicates whether this object is enabled. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyIsFocusedIndicates whether this object has focus. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyIsMaximizableIndicates whether this object can be maximized.  
Public PropertyIsMdiChildWindowIndicates whether this object is a multiple-document interface (MDI) child window.  
Public PropertyIsMinimizableIndicates whether this object can be minimized.  
Public PropertyIsOwnedWindowIndicates whether this object's window has an owner window. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyIsPopupWindowIndicates whether this object is a pop-up window.  
Public PropertyIsToolWindowIndicates whether this object is a floating toolbar window  
Public PropertyIsTopmostIndicates whether this object should be the topmost window even when it is deactivated.  
Public PropertyIsVisibleIndicates whether this object is visible. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyLocationThis object's coordinates in pixels relative to the parent window. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyNativeClassThis object's window class name. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyObjectNameThis object's name as set by the AUT developer. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyObjectPropertiesThe concrete test object properties including custom properties created by the developer of the control. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertySizeThis object's size in pixels. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyTextThe text associated with this object. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
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 PropertyWindowClassRegExpThe permanent part of the MFC window class. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyWindowIdThis object's window identifier. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyWindowTitleRegExpThe constant part of the window title. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top