Device Command that enables IME Composition within the application.  Primarily handled by Keyboard devices.
 
public struct EnableIMECompositionCommand : IInputDeviceCommandInfo
 
Fields
  
Declaration
public InputDeviceCommand baseCommand
 
Field Value
Properties
  
Set to true, and if true, Input Method Editors will be used while typing.
 
Declaration
public bool imeEnabled { get; }
 
Property Value
Declaration
public static FourCC Type { get; }
 
Property Value
Declaration
public FourCC typeStatic { get; }
 
Property Value
Implements
Methods
  
Declaration
public static EnableIMECompositionCommand Create(bool enabled)
 
Parameters
| Type | 
Name | 
Description | 
| Boolean | 
enabled | 
 | 
Returns