TVIFunctionKeySetOption Enumeration
In This Topic
Indicates the function key set that is available to the keyboard when Reflection emulates a TVI terminal (TerminalType = TVI955).
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EA8")>
Public Enum TVIFunctionKeySetOption
Inherits System.Enum
Members
Member | Description |
TVIFkeySetOne | Sends control codes that match the function key set One when the corresponding function keys are pressed. |
TVIFkeySetTwo | Sends control codes that match the function key set Two when the corresponding function keys are pressed. |
See Also