ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / ImeMode Enumeration

In This Topic
    ImeMode Enumeration
    In This Topic
    Specifies whether IME mode should be supported.
    Syntax
    'Declaration
     
    Public Enum ImeMode 
       Inherits System.Enum
    public enum ImeMode : System.Enum 
    Members
    MemberDescription
    ActiveSupport IME mode
    AutoSupport IME mode
    DisabledDisable IME mode
    InActiveSupport IME mode
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Input.ImeMode

    See Also