In This Topic
Gets or sets a value indicating whether a Wyse terminal is in Block Mode. The value of this property is not saved to a settings file.
Syntax
'Declaration
Property WyseBlockMode As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.WyseBlockMode = value
value = instance.WyseBlockMode
bool WyseBlockMode {get; set;}
See Also