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


In This Topic
    TVIDownKeySends Property
    In This Topic
    Gets or sets the action of the Down key when InfoConnect is emulating a TVI terminal (TerminalType = rcTVI955).
    Syntax
    'Declaration
     
    
    Property TVIDownKeySends As TVIDownKeySendsOption
    'Usage
     
    
    Dim instance As IScreen
    Dim value As TVIDownKeySendsOption
     
    instance.TVIDownKeySends = value
     
    value = instance.TVIDownKeySends
    TVIDownKeySendsOption TVIDownKeySends {get; set;}
    See Also