Version

DataValidationImeMode Enumeration

Represents the description of the Japanese input rules.
Syntax
'Declaration
 
Public Enum DataValidationImeMode 
   Inherits System.Enum
public enum DataValidationImeMode : System.Enum 
Members
MemberDescription
DisabledThe ime mode is disabled.
FullAlphaThe ime mode is set to full-width alphanumeric.
FullHangulThe ime mode is set to full-width Hangul.
FullKatakanaThe ime mode is set to Katakana
HalfAlphaThe ime mode is set to half-width alphanumeric.
HalfHangulThe ime mode is set to half-width Hangul.
HalfKatakanaThe ime mode is set to half-width Katakana.
HiraganaThe ime mode is set to Hiragana.
NoControlThe ime mode is not controlled.
OffThe ime mode is off.
OnThe ime mode is on.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also