Table of Contents

Interface ILink

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

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

The name of this object.

string Name { get; }

Property Value

string

The text associated with the parent object of this object.

string ParentText { get; }

Property Value

string