HP.LFT.SDK.WinForms Namespace : IUiObject Interface |
Name | Description | |
---|---|---|
![]() | AbsoluteLocation | This object's coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor. (Inherited from HP.LFT.SDK.ILocationInfoProvider) |
![]() | AttachedText | The static text attached to this control. |
![]() | DisplayName | The object display name defined in the Application Model. (Inherited from HP.LFT.SDK.ITestObject) |
![]() | ErrorText | Returns the tooltip text of the error icon associated with this object. |
![]() | FullNamePath | The full hierarchy of this object with all parent objects. (Inherited from HP.LFT.SDK.WinForms.IUiObjectBase) |
![]() | FullType | The full type name of this object. (Inherited from HP.LFT.SDK.WinForms.IUiObjectBase) |
![]() | Handle | The hWnd of this object's window. (Inherited from HP.LFT.SDK.IUiObjectBase) |
![]() | IsChildWindow | Indicates whether this object's window is a child window. (Inherited from HP.LFT.SDK.WinForms.IUiObjectBase) |
![]() | IsEnabled | Indicates whether this object is enabled. (Inherited from HP.LFT.SDK.IUiObjectBase) |
![]() | IsFocused | Indicates whether this object is currently in focus. (Inherited from HP.LFT.SDK.IUiObjectBase) |
![]() | IsOwnedWindow | Indicates whether this object's window has an owner window. (Inherited from HP.LFT.SDK.WinForms.IUiObjectBase) |
![]() | IsVisible | Indicates whether this object is currently visible. (Inherited from HP.LFT.SDK.IUiObjectBase) |
![]() | Location | This object's coordinates relative to the parent window in pixels. (Inherited from HP.LFT.SDK.ILocationInfoProvider) |
![]() | NativeClass | This object's window class name. (Inherited from HP.LFT.SDK.IUiObjectBase) |
![]() | NativeObject | Returns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object. (Inherited from HP.LFT.SDK.ISupportsNativeObject) |
![]() | ObjectName | The instance's name. (Inherited from HP.LFT.SDK.WinForms.IUiObjectBase) |
![]() | Parent | The parent test object of this test object. The child object must be obtained using the Describe method, otherwise, it returns null. (Inherited from HP.LFT.SDK.ITestObject) |
![]() | Size | This object's size in pixels. (Inherited from HP.LFT.SDK.ILocationInfoProvider) |
![]() | Text | The text associated with this object. (Inherited from HP.LFT.SDK.WinForms.IUiObjectBase) |
![]() | WindowClassRegExp | The permanent part of the MFC window class. (Inherited from HP.LFT.SDK.WinForms.IUiObjectBase) |
![]() | WindowId | This object's window identifier. (Inherited from HP.LFT.SDK.WinForms.IUiObjectBase) |
![]() | WindowTitleRegExp | The constant part of this window title. (Inherited from HP.LFT.SDK.IUiObjectBase) |