Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / LockInput Method


In This Topic
LockInput Method (IScreen)
In This Topic
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()
See Also