ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / IMEModeType Enumeration

In This Topic
    IMEModeType Enumeration
    In This Topic
    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