InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsScreen Interface / UnlockInput Method


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