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


In This Topic
    VTBackspaceSends Property
    In This Topic
    Gets or sets 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. For the emulator, 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