InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / IsKeyboardLocked Property
In This Topic
    IsKeyboardLocked Property (Screen)
    In This Topic
    Gets or sets whether or not the keyboard and the toolbar are locked (that is, they cannot be used).
    Syntax
    expression.IsKeyboardLocked As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    When this property is set to true, the keyboard and toolbar are locked.
    See Also