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


In This Topic
UnlockInput Method (IIbmScreen)
In This Topic
Unlocks the screen. See the LockInput() method for more information.
Syntax
'Declaration
 
Sub UnlockInput() 
 
'Usage
 
Dim instance As IIbmScreen
 
instance.UnlockInput()
See Also