Help Center

CRichEdit.SetHyphenateInfomethod

Sets the way a Microsoft Rich Edit control does hyphenation.

Windowsmethoddocumented

Syntax

SUB SetHyphenateInfo (BYVAL hRichEdit AS HWND, BYVAL phinfo AS HYPHENATEINFO PTR)

Parameters

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