TextControl.Ime Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Ime(
Usual symIme = default
)
Request Example
View SourceParameters
- 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