CRichEditCtx.SaveSelRtfmethod
Saves selection of the rich edit control to a file in rtf format.
Syntax
PRIVATE FUNCTION CRichEditCtx.SaveSelRtf (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 to a file in rtf format.
For parameters and return values see the SaveRtf method.
Reference
- Defined in AfxNova/CRichEditCtx.inc:3815
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class