C# Syntax
public class UiObjectDescriptionBase : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription
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
Name | Description | |
---|---|---|
![]() | UiObjectDescriptionBase Constructor | Constructs a new instance of UiObjectDescriptionBase. |
Name | Description | |
---|---|---|
![]() | AbsoluteLocation | This object's absolute coordinates relative to the screen (in pixels). 0,0 is always the top-left corner of the (primary) monitor. |
![]() | AttachedText | The static text that is attached to a control. |
![]() | CanFocus | Indicates whether this object can receive the focus |
![]() | FullNamePath | The full hierarchy of ObjectName with all parent objects. |
![]() | FullType | The full type name of this object. |
![]() | Index | The 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description ) |
![]() | IsEnabled | Indicates whether this object is enabled. |
![]() | IsFocused | Indicates whether this object has the focus. |
![]() | IsVisible | Indicates whether this object is visible. |
![]() | Location | This object's coordinates relative to the parent window (in pixels). |
![]() | NativeClass | This object's window class name. |
![]() | ObjectName | This object's name as set by the developer. |
![]() | ObjectProperties | The concrete test object properties, including custom properties created by the developer of the object. |
![]() | Size | This object's size (in pixels). |
![]() | Text | The text associated with this object. |
![]() | Vri | Distinguishes 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 ) |
![]() | WindowTitleRegExp | The constant part of this window title. |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |