PowerTCP Emulation for .NET CF
TerminalType Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : TerminalType Property




Gets or sets the terminal type to emulate.

Syntax

Visual Basic (Declaration) 
Public Property TerminalType As TerminalType
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As TerminalType
 
instance.TerminalType = value
 
value = instance.TerminalType
C# 
public TerminalType TerminalType {get; set;}
Managed Extensions for C++ 
public: __property TerminalType get_TerminalType();
public: __property void set_TerminalType( 
   TerminalType value
);
C++/CLI 
public:
property TerminalType TerminalType {
   TerminalType get();
   void set (    TerminalType value);
}

Property Value

A TerminalType value. The default value is TerminalType.Vt370_7.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.