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


In This Topic
WyseAttribute Property
In This Topic
Gets or sets the Wyse terminal display attribute mode. This property is valid only for Wyse terminal emulation.
Syntax
'Declaration
 
Property WyseAttribute As WyseAttributeOption
 
'Usage
 
Dim instance As IScreen
Dim value As WyseAttributeOption
 
instance.WyseAttribute = value
 
value = instance.WyseAttribute
See Also