Ime.ImeCandidateWindowsEventArgs Constructor
In This Topic
Initializes a new instance of the
Ime.ImeCandidateWindowsEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal () As Integer _
)
public Ime.ImeCandidateWindowsEventArgs(
int[]
)
Parameters
- indices
- An int array indicates the indices of the Ime.ImeCandidateWindow.
See Also