ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionWindow Class / ResultReadingClauses Property

In This Topic
    ResultReadingClauses Property
    In This Topic
    Gets the ime composition result reading clauses.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ResultReadingClauses As Ime.ImeCompositionClause()
    public Ime.ImeCompositionClause[] ResultReadingClauses {get;}

    Property Value

    An Ime.ImeCompositionClause array indicates the clauses of the result reading string.
    See Also