System.Windows.Forms.Form.DefaultImeMode Property

Gets the default Input Method Editor (IME) mode supported by the control.

Syntax

protected override ImeMode DefaultImeMode { get; }

Value

Documentation for this section has not yet been entered.

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 System.Windows.Forms.Form class, this property always returns the ImeMode.NoControl value. The value of this property is assigned to the Control.ImeMode property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0