InfoConnect for Unisys
DestructiveBackspace Property


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