ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCandidateList Class / Item Property
An int indicates the given index.

In This Topic
    Item Property (Ime.ImeCandidateList)
    In This Topic
    Gets the candidate at given index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As String
    public string this[ 
       int index
    ]; {get;}

    Parameters

    index
    An int indicates the given index.

    Property Value

    A string indicates the candidate.
    See Also