ComponentOne MultiSelect for WinForms
C1.Win.Input.GrapeCity.Framework.Input Namespace / Ime.ImeCandidateWindowsEventArgs Class / Ime.ImeCandidateWindowsEventArgs Constructor
An int array indicates the indices of the Ime.ImeCandidateWindow.

In This Topic
    Ime.ImeCandidateWindowsEventArgs Constructor
    In This Topic
    Initializes a new instance of the Ime.ImeCandidateWindowsEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal indices() As Integer _
    )
    public Ime.ImeCandidateWindowsEventArgs( 
       int[] indices
    )

    Parameters

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