Console: CapsLock (get)

CapsLock

Returns the state of the Caps-Lock key.



 Public Property Get CapsLock ( ) As Boolean

Return Values

Boolean -  CapsLock On = True, otherwise False.

Remarks

The CapsLock key is a toggle key, so this property returns the current state, not if it is currently being pressed or not, only if it is on or off.

Read Only.

See Also

Project CorLib Overview

Class Console Overview