CRichEdit.GetHyphenateInfomethod
Retrieves information about hyphenation for a Microsoft Rich Edit control.
Syntax
SUB GetHyphenateInfo (BYVAL hRichEdit AS HWND, BYVAL lphi AS HYPHENATEINFO PTR)
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
lphi | A pointer to a HYPHENATEINFO structure. |
Description
Retrieves information about hyphenation for a Microsoft Rich Edit control.
Reference
- Defined in AfxNova/CRichEdit.inc:454
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class