This documentation is archived and is not being maintained.
Form.DefaultImeMode Property
.NET Framework 1.1
Gets the default Input Method Editor (IME) mode supported by the control.
[Visual Basic] Overrides Protected ReadOnly Property DefaultImeMode As ImeMode [C#] protected override ImeMode DefaultImeMode {get;} [C++] protected: __property ImeMode get_DefaultImeMode(); [JScript] protected override function get DefaultImeMode() : ImeMode;
Property Value
One of the ImeMode values.
Remarks
An input method editor (IME) is a program that allows users to enter complex characters and symbols, such as Japanese Kanji characters, by using a standard keyboard.
As implemented in the Form class, this property always returns the ImeMode.NoControl value. The value of this property is assigned to the Control.ImeMode property.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Form Class | Form Members | System.Windows.Forms Namespace | ImeMode
Show: