CRichEdit.GetRtfTextmethod
Retrieves formatted text from a Rich Edit control
Syntax
FUNCTION GetRtfText (BYVAL hRichEdit AS HWND) AS STRING
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
Returns the retrieved text or a null string.
Description
Retrieves RTF formatted text from a Rich Edit control.
Reference
- Defined in AfxNova/CRichEdit.inc:1541
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class