CRichEdit.RequestResizemethod
Forces a rich edit control to send an EN_REQUESTRESIZE notification message to its parent window.
Syntax
SUB RequestResize (BYVAL hRichEdit AS HWND)
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
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/CRichEdit.inc:906
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class