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