UiObjectDescriptionBase Class
The base description of all WPF test objects.

C# Syntax

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

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.WPF.UiObjectDescriptionBase
            HP.LFT.SDK.WPF.ButtonDescription
            HP.LFT.SDK.WPF.CalendarDescription
            HP.LFT.SDK.WPF.CheckBoxDescription
            HP.LFT.SDK.WPF.ComboBoxDescription
            HP.LFT.SDK.WPF.EditFieldDescription
            HP.LFT.SDK.WPF.ImageDescription
            HP.LFT.SDK.WPF.LinkDescription
            HP.LFT.SDK.WPF.ListDescription
            HP.LFT.SDK.WPF.MenuDescription
            HP.LFT.SDK.WPF.ProgressBarDescription
            HP.LFT.SDK.WPF.RadioButtonDescription
            HP.LFT.SDK.WPF.ScrollBarDescription
            HP.LFT.SDK.WPF.SliderDescription
            HP.LFT.SDK.WPF.StatusBarDescription
            HP.LFT.SDK.WPF.TableDescription
            HP.LFT.SDK.WPF.TabStripDescription
            HP.LFT.SDK.WPF.ToolBarDescription
            HP.LFT.SDK.WPF.TreeViewDescription
            HP.LFT.SDK.WPF.UiObjectDescription
            HP.LFT.SDK.WPF.WindowDescription

Public Constructors
 NameDescription
Public ConstructorUiObjectDescriptionBase ConstructorConstructs a new instance of UiObjectDescriptionBase.  
Top
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThis object's absolute coordinates relative to the screen (in pixels). 0,0 is always the top-left corner of the (primary) monitor.  
Public PropertyAttachedTextThe static text that is attached to a control.  
Public PropertyCanFocusIndicates whether this object can receive the focus  
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 PropertyIsEnabledIndicates whether this object is enabled.  
Public PropertyIsFocusedIndicates whether this object has the focus.  
Public PropertyIsVisibleIndicates whether this object is visible.  
Public PropertyLocationThis object's coordinates relative to the parent window (in pixels).  
Public PropertyNativeClassThis object's window class name.  
Public PropertyObjectNameThis object's name as set by the developer.  
Public PropertyObjectPropertiesThe concrete test object properties, including custom properties created by the developer of the object.  
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 PropertyWindowTitleRegExpThe constant part of this window title.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top