Help Center

CRichEditCtx.SaveSelTextmethod

Saves selection of the rich edit control in text format.

Windowsmethoddocumented

Syntax

PRIVATE FUNCTION CRichEditCtx.SaveSelText (BYREF wszFilename AS WSTRING, BYVAL Overwrite AS BOOLEAN = FALSE, BYVAL dwFlagsAndAttributes AS DWORD = FILE_ATTRIBUTE_NORMAL) AS BOOLEAN

Description

Saves selection of the rich edit control in text format.

For parameters and return values see the SaveRtf method.

Reference

  • Defined in AfxNova/CRichEditCtx.inc:3881
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class