Table of Contents

Class EditorDescription

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

Description of a SAP GUI for Windows text area object.

public class EditorDescription : ElementDescription, ICloneable, IDescription
Inheritance
EditorDescription
Implements
Inherited Members

Constructors

EditorDescription()

public EditorDescription()

Properties

IsEnabled

Indicates whether the text area can accept user input.

public bool? IsEnabled { get; set; }

Property Value

bool?

Text

The text in the text area.

public StringProperty Text { get; set; }

Property Value

StringProperty