C1.Excel Assembly / C1.Excel Namespace / IMEModeType Enumeration

IMEModeType Enumeration
Specifies the description of the Japanese input rules.
Syntax
'Declaration
 
Public Enum IMEModeType 
   Inherits System.Enum
 
Members
MemberDescription
DisabledDisable.
FullAlphaFull-width alphanumeric.
FullHangulFull-width Hangul.
FullKatakanaKatakana.
HalfAlphaHalf-width alphanumeric.
HalfHangulHangul.
HalfKatakanaHalf-width Katakana.
HiraganaHiragana.
NoControlNo control.
OffOff (English mode).
OnMode on.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Excel.IMEModeType

See Also