| Console: CapsLock (get) |
Returns the state of the Caps-Lock key.
Public Property Get CapsLock ( ) As Boolean
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.
Project VBCorLib Overview Class Console Overview Console Properties Console Methods BufferWidth (let) Clear