Table of Contents

Class EditorDescription

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

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

Constructors

EditorDescription()

Declaration
public EditorDescription()

Properties

SelectedText

The selected text in the object.

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

Implements

ICloneable
IDescription