Help Center

CRichEdit.GetLangOptionsmethod

Retrieves a rich edit control's option settings for Input Method Editor (IME) and Asian language support.

Windowsmethoddocumented

Syntax

FUNCTION GetLangOptions (BYVAL hRichEdit AS HWND) AS DWORD

Parameters

NameDescription
hRichEditThe handle of the rich edit control.

Return value

Returns the IME and Asian language settings, which can be zero or more of the following values.

Description

Retrieves a rich edit control's option settings for Input Method Editor (IME) and Asian language support.

Remarks

The IMF_AUTOFONT flag is set by default. The IMF_AUTOKEYBOARD and IMF_IMECANCELCOMPLETE flags are cleared by default.

Reference

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