InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WyseProtectMode Property


In This Topic
    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