KeyboardRemap.KeyboardID Property

Unique ID for the active keyboard. This property is read-only.

Syntax

[C#]
public static string KeyboardID { get; }

Remarks

When you call this property, the keyboard driver returns a string identifying the keyboard in the form "model/idnum" or similar.

Exceptions

KeyboardRemapException

More Information

KeyboardRemap Class