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 |
Managed Extensions for C++ | |
---|
public: __property TerminalType get_TerminalType();
public: __property void set_TerminalType(
TerminalType value
); |
Property Value
A TerminalType value. The default value is TerminalType.Vt370_7.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also