System.Windows.Forms.Control.DefaultImeMode Property

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

Syntax

protected virtual ImeMode DefaultImeMode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

An Input Method Editor (IME) is a program that enables users to enter complex characters and symbols, such as Japanese Kanji characters, by using a standard keyboard.

As implemented in the System.Windows.Forms.Control class, this property always returns the ImeMode.Inherit value. The ImeMode.Inherit value specifies that the IME mode is inherited from the parent control.

Requirements

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