Console.CapsLock Propriété

Définition

Obtient une valeur indiquant si le bouton bascule du clavier CAPS LOCK est activé ou désactivé.

public:
 static property bool CapsLock { bool get(); };
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public static bool CapsLock { get; }
public static bool CapsLock { get; }
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
static member CapsLock : bool
static member CapsLock : bool
Public Shared ReadOnly Property CapsLock As Boolean

Valeur de propriété

true si CAPS LOCK est activé ; false si CAPS LOCK est désactivé.

Attributs

Exceptions

L’opération get est appelée sur un système d’exploitation autre que Windows.

S’applique à