Unicode Controls & Classes for VB6 - Version 4
ctlUniCanvas
.IMEComposition Event
Raised when the user confirms a string in the IME editor, check
here
for details
Syntax
Public Event IMEComposition (ByVal
sIME
As String)
Parameters
Parameter
Description
ByVal
sIME
As String
The string obtained from the IME editor
Remarks