InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / TVIFunctionKeySet Property


In This Topic
    TVIFunctionKeySet Property
    In This Topic
    Gets or sets which function key set is available to the keyboard when InfoConnect is emulating a TVI terminal (TerminalType = rcTVI955).
    Syntax
    'Declaration
     
    
    Property TVIFunctionKeySet As TVIFunctionKeySetOption
    'Usage
     
    
    Dim instance As IScreen
    Dim value As TVIFunctionKeySetOption
     
    instance.TVIFunctionKeySet = value
     
    value = instance.TVIFunctionKeySet
    TVIFunctionKeySetOption TVIFunctionKeySet {get; set;}
    See Also