Interface IUiObject
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
ErrorText
Returns the tooltip text of the error icon associated with this object.
string ErrorText { get; }