InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / DestructiveBackspace Property


In This Topic
    DestructiveBackspace Property
    In This Topic
    Gets or sets a value indicating whether to erase characters when the Backspace key is pressed.
    Syntax
    'Declaration
     
    
    Property DestructiveBackspace As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.DestructiveBackspace = value
     
    value = instance.DestructiveBackspace
    bool DestructiveBackspace {get; set;}
    See Also