Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ImeMode Enumeration
Example Example


In This Topic
    ImeMode Enumeration
    In This Topic
    Specifies the state of an Input Method Editor (IME) for using a Western keyboard for entering East Asian characters.
    Syntax
    'Declaration
     
    
    Public Enum ImeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ImeMode
    public enum ImeMode : System.Enum 
    Members
    MemberDescription
    ActiveAll characters are entered through the IME. Users can still deactivate the IME.
    AutoIME state is not affected. This is the same as not specifying the Input Method Editor state.
    DisabledIME is completely disabled. Users cannot activate the IME if the control has focus.
    InactiveAll characters are entered without IME. Users can still activate the IME.
    Example
    This example sets ImeMode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.ImeMode

    See Also