Dart.Emulation Namespace > Vt Class : TerminalType Property |
<DefaultValueAttribute()> Public Property TerminalType As TerminalType
Dim instance As Vt Dim value As TerminalType instance.TerminalType = value value = instance.TerminalType
[DefaultValue()] public TerminalType TerminalType {get; set;}
[DefaultValue()] public: __property TerminalType get_TerminalType(); public: __property void set_TerminalType( TerminalType value );
[DefaultValue()] public: property TerminalType TerminalType { TerminalType get(); void set ( TerminalType value); }
Escape sequences are interpreted using the terminal type specified in this property.
If data is received from the host which causes this property to change, the TerminalTypeChanged event is raised.