ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionClause Structure / Ime.ImeCompositionClause Constructor
An int indicates the start of the clause.
An int indicates the end of the cluase.

In This Topic
    Ime.ImeCompositionClause Constructor
    In This Topic
    Initializes a new instance of the Ime.ImeCompositionClause class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal start As Integer, _
       ByVal length As Integer _
    )
    public Ime.ImeCompositionClause( 
       int start,
       int length
    )

    Parameters

    start
    An int indicates the start of the clause.
    length
    An int indicates the end of the cluase.
    See Also