InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsScreen Interface / IsKeyboardLocked Property


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