Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / LockInput Method
In This Topic
    LockInput Method (IbmScreen)
    In This Topic
    Locks the screen so that users cannot input on keyboard.
    Syntax
    expression.LockInput() 
    where expression is a variable that represents a IbmScreen Object
    Remarks
    Other means of input (such as macros and the application programming interface) are still available. To release the lock, use UnlockInput().
    See Also