Gets or sets the Input Method Editor (IME) mode of the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Public Property ImeMode As ImeModepublic ImeMode ImeMode { get; set; }public:
property ImeMode ImeMode {
ImeMode get ();
void set (ImeMode value);
}member ImeMode : ImeMode with get, set
Property Value
Type: System.Windows.FormsOne of the ImeMode values. The default is Inherit.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The assigned value is not one of the ImeMode enumeration values. |
An IME is a program that enables users to enter complex characters and symbols, such as Japanese Kanji characters, using a standard keyboard. The ImeMode property is typically set to ImeMode
Most classes that do not directly support Input Method Editors, or allow direct input from an IME, will set the value of this property to NoControl.
Important |
|---|
The user can interactively change the ImeMode unless it has been programmatically set to ImeMode |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Important