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

In This Topic
    Indices Property (Ime.ImeCandidateWindowsEventArgs)
    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