CRichEdit.SetHyphenateInfomethod
Sets the way a Microsoft Rich Edit control does hyphenation.
Syntax
SUB SetHyphenateInfo (BYVAL hRichEdit AS HWND, BYVAL phinfo AS HYPHENATEINFO PTR)
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
phinfo | Pointer to a HYPHENATEINFO structure. |
Description
Sets the way a Microsoft Rich Edit control does hyphenation.
Reference
- Defined in AfxNova/CRichEdit.inc:1026
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class