Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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 Reflection 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
See Also