Excel for WPF and Silverlight
IMEModeType Enumeration

C1.WPF.Excel Namespace : IMEModeType Enumeration
Specifies the description of the Japanese input rules.
Syntax
'Declaration
 
Public Enum IMEModeType 
   Inherits System.Enum
public enum IMEModeType : 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.WPF.Excel.IMEModeType

See Also

Reference

C1.WPF.Excel Namespace