Interface ILink
A .NET WPF hyperlink object.
public interface ILink : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
Name
The name of this object.
string Name { get; }
Property Value
ParentText
The text associated with the parent object of this object.
string ParentText { get; }