ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionClause Structure / GetClauseString Method
A string indicates the composition string.

In This Topic
    GetClauseString Method
    In This Topic
    Gets the string of the clause from the given composition string.
    Syntax
    'Declaration
     
    
    Public Function GetClauseString( _
       ByVal compositionString As String _
    ) As String
    public string GetClauseString( 
       string compositionString
    )

    Parameters

    compositionString
    A string indicates the composition string.

    Return Value

    Return the string of the clause.
    See Also