Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WyseDelKeyAsDestructiveBackspace Property


In This Topic
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
See Also