UiObjectDescriptionBase Class
The base description of all .NET Windows Forms test objects.

C# Syntax

public class UiObjectDescriptionBase : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription  
Inheritance Hierarchy
Public Constructors
 NameDescription
Public ConstructorUiObjectDescriptionBase ConstructorInitializes a new instance of the UiObjectDescriptionBase 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.  
Public PropertyFullNamePathThe full hierarchy of ObjectName with all parent objects.  
Public PropertyFullTypeThe full type name of this object.  
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 PropertyIsChildWindowIndicates whether this object's window is a child window.  
Public PropertyIsEnabledIndicates whether this object is enabled.  
Public PropertyIsFocusedIndicates whether this object has focus.  
Public PropertyIsOwnedWindowIndicates whether this object's window has an owner window.  
Public PropertyIsVisibleIndicates whether this object is visible.  
Public PropertyLocationThis object's coordinates in pixels relative to the parent window.  
Public PropertyNativeClassThis object's window class name.  
Public PropertyObjectNameThis object's name as set by the AUT developer.  
Public PropertyObjectPropertiesThe concrete test object properties including custom properties created by the developer of the control.  
Public PropertySizeThis object's size in pixels.  
Public PropertyTextThe text associated with this object.  
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.  
Public PropertyWindowIdThis object's window identifier.  
Public PropertyWindowTitleRegExpThe constant part of the window title.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top