Console: NumLock (get) |
Returns the state of the Num-Lock key.
Public Property Get NumLock ( ) As Boolean
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.