_Application.NumLock Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the state of the NUM LOCK key. Returns True if the keys on the numeric keypad insert numbers, and False if the keys move the insertion point.
public:
property bool NumLock { bool get(); };
public bool NumLock { get; }
member this.NumLock : bool
Public ReadOnly Property NumLock As Boolean