Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1SplitButton Class / DefaultImeMode Property

In This Topic
    DefaultImeMode Property (C1SplitButton)
    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