InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / WyseProtectMode Property
In This Topic
    WyseProtectMode Property
    In This Topic
    Gets or sets whether the terminal is in Protect Mode (for Wyse terminal emulation only).
    Syntax
    expression.WyseProtectMode As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    In Protect Mode, the cursor is not allowed to move into areas of the screen that are write-protected. Keys that control cursor movement (for example, the TAB key) move from one unprotected area to the next unprotected area. The value of this property is not saved to a settings file.
    See Also