Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / LockInput Method


In This Topic
LockInput Method (IIbmScreen)
In This Topic
Locks the screen so that users cannot use the keyboard to provide input.
Syntax
'Declaration
 
Sub LockInput() 
 
'Usage
 
Dim instance As IIbmScreen
 
instance.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