Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / VTKeyPad Property


In This Topic
VTKeyPad Property
In This Topic
Gets or sets which characters are transmitted by the numeric keypad keys. This property is normally controlled by the host. If you find that the keypad number or PF keys aren't working properly, it may mean that this option was incorrectly left set to rcApplicationMode when a host program terminated abnormally. This property affects Reflection for HP only in VT emulation mode.
Syntax
'Declaration
 
Property VTKeyPad As VTKeyPadOption
 
'Usage
 
Dim instance As IScreen
Dim value As VTKeyPadOption
 
instance.VTKeyPad = value
 
value = instance.VTKeyPad
See Also