CRichEditCtx.RequestResizemethod
Forces a rich edit control to send an **EN_REQUESTRESIZE** notification message to its parent window.
Syntax
SUB RequestResize ()
Description
Forces a rich edit control to send an EN_REQUESTRESIZE notification message to its parent window.
Remarks
This message is useful during WM_SIZE processing for the parent of a bottomless rich edit control.
Reference
- Defined in AfxNova/CRichEditCtx.inc:2879
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class