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
bool IsKeyboardLocked {get; set;}
See Also