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