Table of Contents

Class LinkDescription

The description of a WPF Link (hyperlink) test object.

Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public class LinkDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

LinkDescription()

Declaration
public LinkDescription()

Properties

Name

The name of this object.

Declaration
public StringProperty Name { get; set; }
Property Value
Type Description
StringProperty

ParentText

The text associated with the parent object of this object.

Declaration
public StringProperty ParentText { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription