InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / KeyboardLocked Event


In This Topic
    KeyboardLocked Event (IScreen)
    In This Topic
    Keyboard has been unlocked.
    Syntax
    'Declaration
     
    
    Event KeyboardLocked As EventHandler
    'Usage
     
    
    Dim instance As IScreen
    Dim handler As EventHandler
     
    AddHandler instance.KeyboardLocked, handler
    event EventHandler KeyboardLocked
    See Also