InfoConnect for Airlines
WyseEnterKey Property


Returns or specifies what is sent to the host when the Enter key is pressed. This property is valid only during Wyse terminal emulation.
Syntax
'Declaration
 
Property WyseEnterKey As WyseEnterKeyOption
'Usage
 
Dim instance As IScreen
Dim value As WyseEnterKeyOption
 
instance.WyseEnterKey = value
 
value = instance.WyseEnterKey
WyseEnterKeyOption WyseEnterKey {get; set;}
See Also