ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionWindow Class / Reconvert Method
A string to be reconverted.

In This Topic
    Reconvert Method
    In This Topic
    Provides support for IME reconversion.
    Syntax
    'Declaration
     
    
    Public Function Reconvert( _
       ByVal convertString As String _
    ) As Boolean
    public bool Reconvert( 
       string convertString
    )

    Parameters

    convertString
    A string to be reconverted.

    Return Value

    Return a bool indicates whether the reconverting is successful.
    See Also