Table of Contents

TDataValidationImeMode Enumeration

The IME (input method editor) mode enforced by a data validation.

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
NoControl 0 IME Mode Not Controlled.

Data validation does not control the IME control's mode.
Off 1 IME Off.

Forces the IME control to be off when first selecting the cell (goes to direct cell input mode).
On 2 IME On.

Forces the IME control to be on when first selecting the cell.
Disabled 3 IME mode is disabled.

Forces the IME control to be disabled when this cell is selected.
Hiragana 4 Hiragana IME Mode.

Forces the IME control to be on and in Hiragana input mode when first selecting the cell. Applies when the application's language is Japanese and a Japanese IME control is selected
FullKatakana 5 Full Katakana IME Mode.

Forces the IME control to be on and in full-width Katakana input mode when first selecting the cell. Applies when the application's language is Japanese and a Japanese IME control is selected.
HalfKatakana 6 Half-Width Katakana.

Forces the IME control to be on and in half-width Katakana input mode when first selecting the cell. Applies when the application's language is Japanese and a Japanese IME control is selected.
FullAlpha 7 Full-Width Alpha-Numeric IME Mode.

Forces the IME control to be on and in full-width alpha-numeric input mode when the cell is first selected.
HalfAlpha 8 Half Alpha IME.

Forces the IME control to be on and in half-width alpha-numeric input mode when the cell is first selected.
FullHangul 9 Full Width Hangul.

Forces the IME control to be on and in full-width Hangul input mode when first selecting the cell. Applies when the application's language is Korean and a Korean IME control is selected.
HalfHangul 10 Half-Width Hangul IME Mode.

Forces the IME control to be on and in half-width Hangul input mode when first selecting the cell. Applies when the application's language is Korean and a Korean IME control is selected.