InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / IsKeyboardLocked Property


In This Topic
    IsKeyboardLocked Property (IIbmScreen)
    In This Topic
    Gets a value indicating whether the keyboard is locked.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsKeyboardLocked As Boolean
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As Boolean
     
    value = instance.IsKeyboardLocked
    bool IsKeyboardLocked {get;}
    See Also