InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / IsKeyboardLocked Property


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