ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1Field Class / ImeMode Property

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