CRichEdit.GetCTFModeBiasmethod
Retrieves the Text Services Framework mode bias values for a Microsoft Rich Edit control.
Syntax
PRIVATE FUNCTION CRichEdit.GetCTFModeBias (BYVAL hRichEdit AS HWND) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The 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