Help Center

CRichEdit.GetHyphenateInfomethod

Retrieves information about hyphenation for a Microsoft Rich Edit control.

Windowsmethoddocumented

Syntax

SUB GetHyphenateInfo (BYVAL hRichEdit AS HWND, BYVAL lphi AS HYPHENATEINFO PTR)

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
lphiA 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