InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / LockInput Method


In This Topic
    LockInput Method (IT27Screen)
    In This Topic
    Locks the screen so that users cannot use the keyboard to provide input.
    Syntax
    'Declaration
     
    
    Sub LockInput() 
    'Usage
     
    
    Dim instance As IT27Screen
     
    instance.LockInput()
    void LockInput()
    Remarks
    Other means of input (such as, macros or the application programming interface) are still available.

    To release the lock, use UnlockInput().

    See Also