InfoConnect for Unisys
LockInput Method (IT27Screen)


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