Table of Contents

Class UiObjectDescription

The description of a .NET Windows Forms UiObject test object.

Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public class UiObjectDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

UiObjectDescription()

Declaration
public UiObjectDescription()

Properties

AttachedText

The static text attached to the object.

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

Implements

ICloneable
IDescription