CRichEdit.SetCTFOpenStatusmethod
Opens or closes the Text Services Framework (TSF) keyboard.
Syntax
FUNCTION SetCTFOpenStatus (BYVAL hRichEdit AS HWND, BYVAL fTSFkbd AS LONG) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
fTSFkbd | To turn on the TSF keyboard, use TRUE. To turn off the TSF keyboard, use FALSE. |
Return value
If successful, this message returns TRUE. If unsuccessful, this message returns FALSE.
Description
Opens or closes the Text Services Framework (TSF) keyboard.
Reference
- Defined in AfxNova/CRichEdit.inc:978
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class