InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / DestructiveSpace Property


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