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

In This Topic
    Candidates Property
    In This Topic
    Gets the candidate list of the candidate window.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Candidates As Ime.ImeCandidateList
    public Ime.ImeCandidateList Candidates {get;}

    Property Value

    An Ime.ImeCandidateList contains the candidates.
    See Also