Help Center

CRichEdit.SetCTFOpenStatusmethod

Opens or closes the Text Services Framework (TSF) keyboard.

Windowsmethoddocumented

Syntax

FUNCTION SetCTFOpenStatus (BYVAL hRichEdit AS HWND, BYVAL fTSFkbd AS LONG) AS DWORD

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
fTSFkbdTo 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