Reflection
VTBackspaceSends Property


Returns or specifies what is transmitted to the host when the user press the Backspace key. On the VT terminal keyboard the backarrow key is configurable: it can send either a delete (ASCII 127) or a backspace (ASCII 8) character. In Reflection, use this property to configure Backspace in the same manner. This property affects Reflection for HP only in VT emulation mode.
Syntax
'Declaration
 
Property VTBackspaceSends As VTBackspaceSendsOption
'Usage
 
Dim instance As IScreen
Dim value As VTBackspaceSendsOption
 
instance.VTBackspaceSends = value
 
value = instance.VTBackspaceSends
VTBackspaceSendsOption VTBackspaceSends {get; set;}
See Also