C# Syntax
public class ButtonDescription : UiObjectDescriptionBase, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Description
HP.LFT.SDK.WinForms.UiObjectDescriptionBase
HP.LFT.SDK.WinForms.ButtonDescription
Name | Description | |
---|---|---|
ButtonDescription Constructor | Initializes a new instance of the ButtonDescription 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. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
FullNamePath | The full hierarchy of ObjectName with all parent objects. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
FullType | The full type name of this object. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
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. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
IsEnabled | Indicates whether this object is enabled. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
IsFocused | Indicates whether this object has focus. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
IsOwnedWindow | Indicates whether this object's window has an owner window. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
IsVisible | Indicates whether this object is visible. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
Location | This object's coordinates in pixels relative to the parent window. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
NativeClass | This object's window class name. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
ObjectName | This object's name as set by the AUT developer. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
ObjectProperties | The concrete test object properties including custom properties created by the developer of the control. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
Size | This object's size in pixels. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
Text | The text associated with this object. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
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. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
WindowId | This object's window identifier. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) | |
WindowTitleRegExp | The constant part of the window title. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase ) |
Name | Description | |
---|---|---|
Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |