This property sets the ImeMode when entering Japanese text. (This property is not needed and may be ignored unless you are using Japanese operating systems)
[Visual Basic] Public Property ImeMode As
System.Windows.Forms.ImeMode
[C#] public System.Windows.Forms.ImeMode
ImeMode {get; set;}
Property Value
System.Windows.Forms.ImeMode Value
The default value is System.Windows.Forms.ImeMode.Off.
Explanation
This property sets the ImeMode when entering Japanese text. (This property is not needed and may be ignored unless you are using Japanese operating systems)
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit