CultureInfo.KeyboardLayoutId 属性

定义

获取活动的输入区域设置标识符。

public:
 virtual property int KeyboardLayoutId { int get(); };
public virtual int KeyboardLayoutId { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public virtual int KeyboardLayoutId { get; }
member this.KeyboardLayoutId : int
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.KeyboardLayoutId : int
Public Overridable ReadOnly Property KeyboardLayoutId As Integer

属性值

一个指定输入区域设置标识符的 32 位的有符号数字。

属性

注解

输入区域设置标识符以前称为键盘布局。 输入区域设置标识符是一个比键盘布局更广泛的概念,因为它还可以指示语音转文本转换器、输入法编辑器 (输入法) 或任何其他形式的输入。

适用于