Admin Production rocket
Current Publication

WyseBlockMode Property

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
WyseBlockMode Property
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