ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCandidateWindowCollection Class / Item Property
An int indicates the index.(0-3)

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

    Parameters

    index
    An int indicates the index.(0-3)

    Property Value

    Returns an Ime.ImeCandidateWindow.
    See Also