Terminal.Emulation Property
Gets and sets the emulation mode used by the control.
[Visual Basic]
<Description(Description:="Set or return
the emulation mode for the current display."), _
Category(Category:="Design")>
Public Property Emulation As
TerminalEmulation
[C#]
[Description(Description="Set or return the
emulation mode for the current display.")]
[Category(Category="Design")]
public
Terminal.TerminalEmulation Emulation {get; set;}
Property Value
A TerminalEmulation
enumeration value which specifies the emulation mode.
See Also
Terminal Class |
SocketTools Namespace