CRichEditCtx.GetStringsmethod
Gets a collection of rich-text strings.
Syntax
FUNCTION GetStrings () AS ITextStrings PTR
Return value
A pointer to the collection of rich-text strings.
Description
Gets a collection of rich-text strings.
Remarks
The collection is useful for manipulating rich text, particularly for transforming mathematical text from linear to built-up form, or vice versa.
Reference
- Defined in AfxNova/CRichEditCtx.inc:4775
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class