CRichEditCtx.SetCTFOpenStatusmethod
Syntax
FUNCTION SetCTFOpenStatus (BYVAL fTSFkbd AS LONG) AS BOOLEAN
Also documented as
CTFOpenStatus — one description covers them all.Parameters
| Name | Description | |
|---|---|---|
fTSFkbd | To turn on the TSF keyboard, use TRUE. To turn off the TSF keyboard, use FALSE. |
Return value
(GET) If the TSF keyboard is open, the return value is TRUE. Otherwise, it is FALSE.
(SET) If successful, it returns TRUE. If unsuccessful, it returns FALSE. Call the (GET) CTFOpenStatus property to check if the value has changed.
Description
Gets/sets if the Text Services Framework (TSF) keyboard is open or closed.
Example
(GET) PROPERTY CTFOpenStatus () AS BOOLEAN (SET) PROPERTY CTFOpenStatus (BYVAL fTSFkbd AS LONG)
Reference
- Defined in AfxNova/CRichEditCtx.inc:1056
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class