CRichEdit.IsIMEmethod
Determines if current input locale is an East Asian locale.
Syntax
FUNCTION IsIME (BYVAL hRichEdit AS HWND) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
Returns TRUE if it is an East Asian locale. Otherwise, it returns FALSE.
Description
Determines if current input locale is an East Asian locale.
Reference
- Defined in AfxNova/CRichEdit.inc:814
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class