ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCandidateList Class / Ime.ImeCandidateList Constructor
An Ime.ImeCandidateListStyle indicates the style.
A string array indicates the candidates.

In This Topic
    Ime.ImeCandidateList Constructor
    In This Topic
    Initializes a new instance of the Ime.ImeCandidateList class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As Ime.ImeCandidateListStyle, _
       ByVal candidates() As String _
    )
    public Ime.ImeCandidateList( 
       Ime.ImeCandidateListStyle style,
       string[] candidates
    )

    Parameters

    style
    An Ime.ImeCandidateListStyle indicates the style.
    candidates
    A string array indicates the candidates.
    See Also