Table of Contents

Class ScreenDescription

A terminal emulator screen that fully supports HLLAPI.

Inheritance
ScreenDescription
Namespace: HP.LFT.SDK.TE
Assembly: HP.LFT.SDK.dll
Syntax
public class ScreenDescription : Description, ICloneable, IDescription

Constructors

ScreenDescription()

Initializes a new instance of the ScreenDescription class.

Declaration
public ScreenDescription()

Properties

CursorPosition

Returns the position of the cursor on the emulator screen.

Declaration
public PositionProperty CursorPosition { get; set; }
Property Value
Type Description
PositionProperty

Id

Return the ID value of the emulator screen.

Declaration
public int? Id { get; set; }
Property Value
Type Description
int?

InputFieldCount

Returns the number of input fields on the emulator screen.

Declaration
public int? InputFieldCount { get; set; }
Property Value
Type Description
int?

Label

Returns the label attribute for the emulator screen.

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

ProtectedFieldCount

Returns the number of protected fields on the emulator screen.

Declaration
public int? ProtectedFieldCount { get; set; }
Property Value
Type Description
int?

Size

Returns the total number of rows and columns on the emulator screen.

Declaration
public SizeProperty Size { get; set; }
Property Value
Type Description
SizeProperty

Implements

ICloneable
IDescription