Class ScreenDescription
A terminal emulator screen that fully supports HLLAPI.
public class ScreenDescription : Description, ICloneable, IDescription
- Inheritance
-
ScreenDescription
- Implements
- Inherited Members
Constructors
ScreenDescription()
Initializes a new instance of the ScreenDescription class.
public ScreenDescription()
Properties
CursorPosition
Returns the position of the cursor on the emulator screen.
public PositionProperty CursorPosition { get; set; }
Property Value
Id
Return the ID value of the emulator screen.
public int? Id { get; set; }
Property Value
- int?
InputFieldCount
Returns the number of input fields on the emulator screen.
public int? InputFieldCount { get; set; }
Property Value
- int?
Label
Returns the label attribute for the emulator screen.
public StringProperty Label { get; set; }
Property Value
ProtectedFieldCount
Returns the number of protected fields on the emulator screen.
public int? ProtectedFieldCount { get; set; }
Property Value
- int?
Size
Returns the total number of rows and columns on the emulator screen.
public SizeProperty Size { get; set; }