Class EditorDescription
Description of a SAP GUI for Windows text area object.
Inherited Members
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 |