Console: NumLock (get)

NumLock

Returns the state of the Num-Lock key.



 Public Property Get NumLock ( ) As Boolean

Return Values

Boolean -  NumLock On = True, otherwise False.

Remarks

The NumLock 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