Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / 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
See Also