ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckBox Class / DefaultImeMode Property

In This Topic
    DefaultImeMode Property (C1CheckBox)
    In This Topic
    Gets the default Input Method Editor (IME) mode supported by the control.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property DefaultImeMode As ImeMode
    protected virtual ImeMode DefaultImeMode {get;}

    Property Value

    One of the System.Windows.Forms.ImeMode values.
    See Also