Help Center

CRichEdit.GetCTFModeBiasmethod

Retrieves the Text Services Framework mode bias values for a Microsoft Rich Edit control.

Windowsmethoddocumented

Syntax

PRIVATE FUNCTION CRichEdit.GetCTFModeBias (BYVAL hRichEdit AS HWND) AS LONG

Parameters

NameDescription
hRichEditThe handle of the rich edit control.

Return value

The current Text Services Framework mode bias value.

Description

Retrieves the Text Services Framework mode bias values for a Microsoft Rich Edit control.

Remarks

To get the IME mode bias, call GetIMEModeBias.

Example

FUNCTION GetCTFModeBias (BYVAL hRichEdit AS HWND) AS LONG FUNCTION = SendMessageW(hRichEdit, EM_GETCTFMODEBIAS, 0, 0) END FUNCTION

Reference

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