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

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

    Property Value

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