Reflection
LockInput Method (IScreen)


Locks the screen so that users cannot input on keyboard. Other means of input (such as macros or the application programming interface) are still available. To release the lock, use UnlockInput().
Syntax
'Declaration
 
Sub LockInput() 
'Usage
 
Dim instance As IScreen
 
instance.LockInput()
void LockInput()
See Also