Reflection
WyseReturnKey Property


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