ComponentOne MultiSelect for WinForms
C1.Win.Input.GrapeCity.Framework.Input Namespace / ImeHotKeys Enumeration

In This Topic
    ImeHotKeys Enumeration
    In This Topic
    Defines the hot keys for ime.
    Syntax
    'Declaration
     
    
    Public Enum ImeHotKeys 
       Inherits System.Enum
    public enum ImeHotKeys : System.Enum 
    Members
    MemberDescription
    JanpaneseOpenCloseFor Japanese, alternately opens and closes the IME.
    KoreanEnglishSwitches to from Korean to English.
    KoreanHanjaConvertFor Korean, switches to Hanja conversion.
    KoreanShapeToggleFor Korean, toggles the shape conversion mode of IME.
    PrivatePreviousComposition 
    PrivateResendResultString 
    PrivateTriggerReconversion 
    PrivateUIStyleToggle 
    SimplifiedChineseNonImeToggle 
    SimplifiedChineseShapeToggleFor simplified Chinese, toggles the shape conversion mode of IME.
    SimplifiedChineseSymbolToggleFor simplified Chinese, toggles the symbol conversion mode of IME. Symbol mode indicates that the user can input Chinese punctuation and symbols by mapping to the punctuation and symbols on the keyboard.
    TraditionalChineseNonImeToggle 
    TraditionalChineseShapeToggleFor traditional Chinese, toggles the shape conversion mode of IME.
    TraditionalChineseSymbolToggleFor traditional Chinese, toggles the symbol conversion mode of IME.
    TraditionalChineseTriggerReconversion 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.GrapeCity.Framework.Input.ImeHotKeys

    See Also