Admin Production rocket
Current Publication

WyseProtectMode Property

Reflection Desktop .NET API Guide V17.1
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.
WyseProtectMode Property
In This Topic
Gets or sets a value indicating whether the terminal is in Protect Mode. In Protect Mode, the cursor is not allowed to move into areas of the screen that are write-protected. Cursor movement keys and the tab and backtab keys move from one unprotected area to the next unprotected area. This property is valid only during Wyse terminal emulation. The value of this property is not saved to a settings file.
Syntax

                     
                     
'Declaration
 

                     
                     
Property WyseProtectMode As Boolean

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IScreen
Dim value As Boolean
 
instance.WyseProtectMode = value
 
value = instance.WyseProtectMode

                  

                     
                     
bool WyseProtectMode {get; set;}

                  
See Also