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.WinForms.UiObjectDescriptionBase
HP.LFT.SDK.WinForms.ButtonDescription
HP.LFT.SDK.WinForms.CalendarDescription
HP.LFT.SDK.WinForms.CheckBoxDescription
HP.LFT.SDK.WinForms.ComboBoxDescription
HP.LFT.SDK.WinForms.EditFieldDescription
HP.LFT.SDK.WinForms.EditorDescription
HP.LFT.SDK.WinForms.LabelDescription
HP.LFT.SDK.WinForms.ListBoxDescription
HP.LFT.SDK.WinForms.PropertyGridDescription
HP.LFT.SDK.WinForms.RadioButtonDescription
HP.LFT.SDK.WinForms.ScrollBarDescription
HP.LFT.SDK.WinForms.SpinBoxDescription
HP.LFT.SDK.WinForms.StatusBarDescription
HP.LFT.SDK.WinForms.TabControlDescription
HP.LFT.SDK.WinForms.TableDescription
HP.LFT.SDK.WinForms.ToolBarDescription
HP.LFT.SDK.WinForms.TreeViewDescription
HP.LFT.SDK.WinForms.UiObjectDescription
HP.LFT.SDK.WinForms.WindowDescription
Name | Description | |
---|---|---|
![]() | UiObjectDescriptionBase Constructor | Initializes a new instance of the UiObjectDescriptionBase class. |
Name | Description | |
---|---|---|
![]() | AbsoluteLocation | This object's absolute coordinates in pixels relative to the screen. 0,0 is the top-left corner of the primary monitor. |
![]() | 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 ) |
![]() | IsChildWindow | Indicates whether this object's window is a child window. |
![]() | IsEnabled | Indicates whether this object is enabled. |
![]() | IsFocused | Indicates whether this object has focus. |
![]() | IsOwnedWindow | Indicates whether this object's window has an owner window. |
![]() | IsVisible | Indicates whether this object is visible. |
![]() | Location | This object's coordinates in pixels relative to the parent window. |
![]() | NativeClass | This object's window class name. |
![]() | ObjectName | This object's name as set by the AUT developer. |
![]() | ObjectProperties | The concrete test object properties including custom properties created by the developer of the control. |
![]() | 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 ) |
![]() | WindowClassRegExp | The permanent part of the MFC window class. |
![]() | WindowId | This object's window identifier. |
![]() | WindowTitleRegExp | The constant part of the window title. |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |