Help Center

CRichEdit.GetIMEPropertymethod

Retrieves the property and capabilities of the Input Method Editor (IME) associated with the current input locale.

Windowsmethoddocumented

Syntax

FUNCTION GetIMEProperty (BYVAL hRichEdit AS HWND, BYVAL figp AS DWORD) AS DWORD

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
figpSpecifies the type of property information to retrieve. This parameter can be one of the following values.

Return value

Returns the property or capability value, depending on the value of the figp parameter.

Description

Retrieves the property and capabilities of the Input Method Editor (IME) associated with the current input locale.

Remarks

If figp is IGP_PROPERTY, it returns one or more of the following values.

If figp is IGP_UI, it returns one or more of the following values.

If figp is IGP_SETCOMPSTR, it returns one or more of the following values.

If figp is IGP_SELECT, it returns one or more of the following values.

If figp is IGP_GETIMEVERSION, it returns one or more of the following values.

This message is similar to ImmGetProperty, except that it uses the current input locale. The application should call IsIME before calling this function.

Reference

  • Defined in AfxNova/CRichEdit.inc:505
  • Documented in Windows/WIndows Controls/CRichEdit Class.md
  • Topic: CRichEdit Class