Gets and sets the emulation used by the control.
Syntax
object.Emulation [= type ]
Remarks
The Emulation property can be used to set or return the
type of emulation performed by the control. The following values may
be used:
Value |
Description |
nvtNone |
The virtual display does not emulate any specific terminal
type, and does not process any escape sequences. |
nvtANSI |
The virtual display processes ANSI escape sequences for
screen management and cursor positioning. This emulation also
supports escape sequences to control the foreground and
background color. The default keymap for ANSI function key
escape sequences will be selected. This is the default
value. |
nvtVT100 |
The virtual display processes DEC VT-100 escape sequences
for screen management and cursor positioning. The default
keymap for a DEC VT-100 terminal will be selected. |
nvtVT220 |
The virtual display processes DEC VT-220 escape sequences
for screen management and cursor positioning. This emulation
also supports DEC VT-320 escape sequences to control the
foreground and background color. The default keymap for a DEC
VT-220 terminal will be selected. |
Data Type
Integer (Int32)
See Also
AutoWrap Property,
Cursor Property,
Write Method
|