Command to query the name of the current keyboard layout from a device.
    public struct QueryKeyboardLayoutCommand : IInputDeviceCommandInfo
   
  Fields
  
  
  
  
  
  
  Declaration
  
    public InputDeviceCommand baseCommand
   
  Field Value
  
  
  
  
  
  
  Declaration
  
  Field Value
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public static readonly FourCC Type { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public readonly FourCC typeStatic { get; }
   
  Property Value
  
  Implements
      
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public static QueryKeyboardLayoutCommand Create()
   
  Returns
  
  
  
  
  
  Read the current keyboard layout name from nameBuffer.
Declaration
  
    public string ReadLayoutName()
   
  Returns
  
  
  
  
  
  
  
  Declaration
  
    public void WriteLayoutName(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name | Keyboard layout name. |