Table of Contents

Class EditorDescription

Description of a SAP GUI for Windows text area object.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class EditorDescription : ElementDescription, ICloneable, IDescription

Constructors

EditorDescription()

Declaration
public EditorDescription()

Properties

IsEnabled

Indicates whether the text area can accept user input.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Text

The text in the text area.

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

Implements

ICloneable
IDescription