The information in this article applies to:
SUMMARY
The Rich Edit control contains a built-in text bullet feature that is used
to add paragraph bullets to the text. To use this feature, you must send
the Rich Edit control a EM_SETPARAFORMAT message. The EM_SETPARAFORMAT
message takes a pointer to a PARAFORMAT structure (in the case of Richedit
1.0) or PARAFORMAT2 structure (an extension of the PARAFORMAT structure, in
the case of Richedit 2.0) as its lParam parameter.
Richedit 1.0 uses only PARAFORMAT structure. Richedit 2.0 can use either
the PARAFORMAT structure or the PARAFORMAT2 structure.
Additional query words:
Keywords : kbCtrl kbRichEdit kbGrpUser |
Last Reviewed: December 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |