WyseDelKeyAsDestructiveBackspace Property
In This Topic
Gets or sets how a DEL character is handled. When this property is True, a DEL character is interpreted as a destructive backspace. This property is valid only during Wyse terminal emulation.
Syntax
'Declaration
Property WyseDelKeyAsDestructiveBackspace As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.WyseDelKeyAsDestructiveBackspace = value
value = instance.WyseDelKeyAsDestructiveBackspace
bool WyseDelKeyAsDestructiveBackspace {get; set;}
See Also