ComponentOne Excel for UWP
IMEModeType Enumeration

C1.UWP.Excel Assembly > C1.Xaml.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.Xaml.Excel.IMEModeType

See Also

Reference

C1.Xaml.Excel Namespace