Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / IsKeyboardLocked Property


In This Topic
IsKeyboardLocked Property (IScreen)
In This Topic
Gets or sets a value indicating whether or not the keyboard and the toolbar are locked (that is, they cannot be used). When this property is set to True, the keyboard and toolbar cannot be used.
Syntax
'Declaration
 
Property IsKeyboardLocked As Boolean
 
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.IsKeyboardLocked = value
 
value = instance.IsKeyboardLocked
See Also