Console.NumberLock 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示 Num Lock 键盘切换键是打开的还是关闭的。
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")>]
member this.NumberLock : bool
member this.NumberLock : bool
Public Shared ReadOnly Property NumberLock As Boolean
属性值
如果 Num Lock 是打开的,则为 true
;如果 Num Lock 是关闭的,则为 false
。
- 属性
例外
get 操作在 Windows 之外的操作系统上调用。