_Application.NumLock Property

Definition

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

Property Value

Applies to