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


In This Topic
WyseReturnKey Property
In This Topic
Gets or sets 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
See Also