_Application.NumLock Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie l'état de la touche NUM LOCK. Renvoie True si les touches du pavé numérique insèrent des nombres, et False si les touches déplacent le point d’insertion.
public:
property bool NumLock { bool get(); };
public bool NumLock { get; }
member this.NumLock : bool
Public ReadOnly Property NumLock As Boolean