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

In This Topic
    Indices Property
    In This Topic
    Gets an int array indicating the indices of the Ime.ImeCandidateWindow.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Indices As Integer()
    public int[] Indices {get;}

    Property Value

    An int array indicating the indices of the Ime.ImeCandidateWindow.
    See Also