Interface IUiObject
A .NET Windows Forms object.
Inherited Members
Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public interface IUiObject : ITestObject, ITestObjectDescriber, IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, IScrollable
Properties
AttachedText
The static text attached to this control.
Declaration
string AttachedText { get; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorText
Returns the tooltip text of the error icon associated with this object.
Declaration
string ErrorText { get; }
Property Value
| Type | Description |
|---|---|
| string |