CRichEdit.GetCTFOpenStatusmethod
Determines if the Text Services Framework (TSF) keyboard is open or closed.
Syntax
FUNCTION GetCTFOpenStatus (BYVAL hRichEdit AS HWND) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
If the TSF keyboard is open, the return value is TRUE. Otherwise, it is FALSE.
Description
Determines if the Text Services Framework (TSF) keyboard is open or closed.
Reference
- Defined in AfxNova/CRichEdit.inc:397
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class