Help Center

CRichEditCtx.CTFOpenStatusmethod

Gets/sets if the Text Services Framework (TSF) keyboard is open or closed.

Windowsmethoddocumented

Syntax

PRIVATE PROPERTY CRichEditCtx.CTFOpenStatus () AS BOOLEAN

Parameters

NameDescription
fTSFkbdTo 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:1032
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class