ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BoundField Class / ImeMode Property

In This Topic
    ImeMode Property
    In This Topic
    A value indicating the state of the input method editor for text fields.
    Syntax
    'Declaration
     
    Public Overridable Property ImeMode As IMEMode
    public virtual IMEMode ImeMode {get; set;}
    See Also