Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ImeMode Enumeration


In This Topic
    ImeMode Enumeration
    In This Topic
    Specifies a value that determines the Input Method Editor (IME) status.
    Syntax
    'Declaration
     
    
    Public Enum ImeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ImeMode
    public enum ImeMode : System.Enum 
    Members
    MemberDescription
    DisabledThe IME is disabled. With this setting, the users cannot turn the IME on from the keyboard, and the IME floating window is hidden.
    FullAlphaAlphanumeric double-byte characters. This setting is valid for Korean and Japanese IME only.
    FullHangulHangul DBC. This setting is valid for the Korean IME only.
    FullKatakanaKatakana DBC. This setting is valid for the Japanese IME only.
    HalfAlphaAlphanumeric single-byte characters(SBC). This setting is valid for Korean and Japanese IME only.
    HalfHangulHangul SBC. This setting is valid for the Korean IME only.
    HalfKatakanaKatakana SBC. This setting is valid for the Japanese IME only.
    HiraganaHiragana DBC. This setting is valid for the Japanese IME only.
    NoControlIME Mode is not controlled.
    OffThe IME is off. This mode indicates that the IME is off, meaning that the object behaves the same as English entry mode. This setting is valid for Japanese, Simplified Chinese, and Traditional Chinese IME only.
    OnThe IME is on. This value indicates that the IME is on and characters specific to Chinese or Japanese can be entered. This setting is valid for Japanese, Simplified Chinese, and Traditional Chinese IME only.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.ImeMode

    See Also