_Application.NumLock Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property NumLock As Boolean
Get
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.NumLock
bool NumLock { get; }
Property Value
Type: System.Boolean