Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CultureAndRegionInfoBuilder::KeyboardLayoutId Property

 

Gets or sets the active input locale identifier.

Namespace:   System.Globalization
Assembly:  sysglobl (in sysglobl.dll)

public:
property int KeyboardLayoutId {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

A 32-bit signed number that specifies an input locale identifier.

Exception Condition
ArgumentOutOfRangeException

In a set operation, the value is zero.

The KeyboardLayoutId property corresponds to the KeyboardLayoutId property.

The input locale identifier was formerly called the keyboard layout. The identifier can be used for a speech-to-text converter, an Input Method Editor (IME), or any other form of input.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft