InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / TVIFunctionKeySetOption Enumeration


In This Topic
    TVIFunctionKeySetOption Enumeration
    In This Topic
    Indicates the function key set that is available to the keyboard when InfoConnect emulates a TVI terminal (TerminalType = rcTVI955).
    Syntax
    'Declaration
     
    
    Public Enum TVIFunctionKeySetOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TVIFunctionKeySetOption
    public enum TVIFunctionKeySetOption : System.Enum 
    Members
    MemberDescription
    TVIFkeySetOneSends control codes that match the function key set One when the corresponding function keys are pressed.
    TVIFkeySetTwoSends control codes that match the function key set Two when the corresponding function keys are pressed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.TVIFunctionKeySetOption

    See Also