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


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