ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / IMEMode Enumeration

In This Topic
    IMEMode Enumeration
    In This Topic
    Controls the state of the input method editor for text fields. Please refer to https://developer.mozilla.org/en-US/docs/Web/CSS/ime-mode for more info.
    Syntax
    'Declaration
     
    Public Enum IMEMode 
       Inherits System.Enum
    public enum IMEMode : System.Enum 
    Members
    MemberDescription
    ActiveThe input method editor is initially active; text entry is performed using it unless the user specifically dismisses it.
    AutoNo change is made to the current input method editor state.
    DisabledThe input method editor is disabled and may not be activated by the user.
    InactiveThe input method editor is initially inactive, but the user may activate it if they wish.
    Remarks
    Please refer to https://developer.mozilla.org/en-US/docs/Web/CSS/ime-mode for more info.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1GridView.IMEMode

    See Also