ScreenUPG
getKeyboardLocked Method
Example 



Returns the current state of the keyboard.
Syntax
'Declaration
 
Public Function getKeyboardLocked() As Boolean
'Usage
 
Dim instance As ScreenUPG 
Dim value As Boolean 
  
value = instance.getKeyboardLocked()
public bool getKeyboardLocked()
public: 
bool getKeyboardLocked(); 

Return Value

true or false. true if keyboard is locked; false if unlocked.
Example
bool locked = screen.getKeyboardLocked();
Dim locked As Boolean
            
locked = screen.getKeyboardLocked
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenUPG Class
ScreenUPG Members
isKeyboardLocked Method
waitHostQuiet Method