Ime.ImeCandidateWindow Constructor
In This Topic
Initializes a new instance of the
Ime.ImeCandidateWindow class.
Syntax
'Declaration
Public Function New( _
ByVal As Ime, _
ByVal As Integer _
)
public Ime.ImeCandidateWindow(
Ime ,
int
)
Parameters
- device
- An Ime indicates the device.
- index
- An int indicates the index of the candidate window.
See Also