Console.NumberLock Propriedade

Definição

Obtém um valor que indica se a alternância de teclado NUM LOCK está ativada ou desativada.

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

Valor da propriedade

true se NUM LOCK estiver ativado; false se NUM LOCK estiver desativado.

Atributos

Exceções

A operação get é invocada em um sistema operacional diferente do Windows.

Aplica-se a