PowerTCP Emulation for .NET
VtKey Enumeration




Enumerates non-printable VT characters, and keys that are sent to the server with escape sequences.
Syntax
Public Enum VtKey 
   Inherits System.Enum
Dim instance As VtKey
public enum VtKey : System.Enum 
__value public enum VtKey : public System.Enum 
public enum class VtKey : public System.Enum 
Members
MemberDescription
CSIThe CSI character.
DelThe Del or <X] key.
DoThe Do key. Equivalent to VtKeys.F16.
DownThe Down Arrow key.
ESCThe ESC character.
F10The F10 key.
F11The F11 or ESC key.
F12The F12 or BS (Backspace) key.
F13The F13 or LF (Line Feed) key.
F14The F14 key.
F15The F15 key. Equivalent to VtKeys.Help.
F16The F16 key. Equivalent to VtKeys.Do.
F17The F17 key.
F18The F18 key.
F19The F19 key.
F20The F20 key.
F6The F6 key.
F7The F7 key.
F8The F8 key.
F9The F9 key.
FindThe Find key.
HelpThe Help key. Equivalent to VtKeys.F15.
InsertHereThe Insert Here key.
LeftThe Left Arrow key.
NextScreenThe Next Screen key.
Numpad0The 0 key on the numeric keypad.
Numpad1The 1 key on the numeric keypad.
Numpad2The 2 key on the numeric keypad.
Numpad3The 3 key on the numeric keypad.
Numpad4The 4 key on the numeric keypad.
Numpad5The 5 key on the numeric keypad.
Numpad6The 6 key on the numeric keypad.
Numpad7The 7 key on the numeric keypad.
Numpad8The 8 key on the numeric keypad.
Numpad9The 9 key on the numeric keypad.
NumpadAddThe add or comma key on the numeric keypad. Equivalent to VtKeys.NumpadComma.
NumpadCommaThe comma or add key on the numeric keypad. Equivalent to VtKeys.NumpadAdd.
NumpadEnterThe enter key on the numeric keypad.
NumpadMinusThe minus key on the numeric keypad.
NumpadPeriodThe period key on the numeric keypad.
PF1The PF1 key.
PF2The PF2 key.
PF3The PF3 key.
PF4The PF4 key.
PrevScreenThe Prev Screen key.
RemoveThe Remove key.
RightThe Right Arrow key.
SelectThe Select key.
SS3The SS3 character.
TabThe Tab key.
UpThe Up Arrow key.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Emulation.VtKey

See Also

Reference

Dart.Emulation Namespace


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic