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


In This Topic
VTCursorKey Property
In This Topic
Gets or sets a value indicating whether the cursor keys are under host control. This property is usually controlled by the host. If you find that your arrow 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 VTCursorKey As VTCursorKeyOption
 
'Usage
 
Dim instance As IScreen
Dim value As VTCursorKeyOption
 
instance.VTCursorKey = value
 
value = instance.VTCursorKey
See Also