WindowDescription Class
The description of a standard Windows Window test object.

C# Syntax

Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.StdWin.UiObjectBaseDescription
            HP.LFT.SDK.StdWin.UiObjectWithLayoutInfoDescription
               HP.LFT.SDK.StdWin.WindowDescription
                  HP.LFT.SDK.StdWin.DialogDescription

Public Constructors
 NameDescription
Public ConstructorWindowDescription ConstructorInitializes a new instance of the WindowsDescription class.  
Top
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThe object's absolute coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Public PropertyAccessibleNameThe object's name. The name is available for windowless objects only. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Public PropertyAttachedTextThe static text attached to the control. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
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 . (whether the object is currently active).  
Public PropertyIsChildWindowIndicates whether this object's window is a child window.  
Public PropertyIsEnabledIndicates whether the object is enabled. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Public PropertyIsFocusedIndicates whether the object is in focus. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
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.  
Public PropertyIsPopupWindowIndicates whether this object is a pop-up window.  
Public PropertyIsRightAlignedIndicates whether the generic properties of the test object are right-aligned. (For support for right-to-left languages) (Inherited from HP.LFT.SDK.StdWin.UiObjectWithLayoutInfoDescription )
Public PropertyIsRightToLeftLayoutIndicates whether the object's horizontal origin is on the right edge of the test object. (Inherited from HP.LFT.SDK.StdWin.UiObjectWithLayoutInfoDescription )
Public PropertyIsRightToLeftReadingIndicates whether the object's text is displayed right-to-left. (Inherited from HP.LFT.SDK.StdWin.UiObjectWithLayoutInfoDescription )
Public PropertyIsToolWindowIndicates whether this object is a tool window (a window to be used as a floating toolbar).  
Public PropertyIsTopmostIndicates whether this object is placed and remains above all non-topmost windows, even when it is deactivated.  
Public PropertyIsVisibleIndicates whether the object is visible. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Public PropertyLocationThe object's coordinates relative to the parent window (in pixels). (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Public PropertyNativeClassThe window class name of the object. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Public PropertySizeThe object's size (in pixels). (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Public PropertyTextThe text associated with the object. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
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.StdWin.UiObjectBaseDescription )
Public PropertyWindowExtendedStyleThe extended window style of the object. Possible values:HP.LFT.SDK.WindowExtendedStyles(Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Public PropertyWindowIdThe window identifier of the object. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Public PropertyWindowStyleThe window style of the object. Possible values:HP.LFT.SDK.WindowStyles(Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Public PropertyWindowTitleRegExpThe constant part of the window title. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top