Control::ImeMode Property
Gets or sets the Input Method Editor (IME) mode of the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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::Off for a TextBox control that is intended to only enter numeric values. The ImeMode property value is set to ImeMode::NoControl for the Form class.
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 Note: |
|---|
The user can interactively change the ImeMode unless it has been programmatically set to ImeMode::Disable. In this case, the user will not be able to use the IME. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Important Note: