Click or drag to resize

TextControl.Ime Method

X#
Return and optionally set whether Input Method Editor is enabled for this text control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Ime(
	symIme
) AS USUAL CLIPPER
Request Example View Source

Parameters

symIme (Optional)
Type: Usual
TRUE enables the Input Method Editor for this text control; FALSE disables it.

Return Value

Type: Usual
If <symIme> is not specified, TextControl:IME() returns the current setting. If <lEnable> is specified, the previous setting is returned.
Remarks
This method applies to International versions of Windows.
See Also