Table of Contents

Interface IUiObject

Namespace
HP.LFT.SDK.WinForms
Assembly
HP.LFT.SDK.dll

A .NET Windows Forms object.

public interface IUiObject : ITestObject, ITestObjectDescriber, IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, IScrollable
Inherited Members
Extension Methods

Properties

AttachedText

The static text attached to this control.

string AttachedText { get; }

Property Value

string

ErrorText

Returns the tooltip text of the error icon associated with this object.

string ErrorText { get; }

Property Value

string