CRichEditCtrl::RequestResize

void RequestResize( );

Remarks

Call this function to force this CRichEditCtrl object to send EN_REQUESTRESIZE notification messages to its parent window. This function is useful during CWnd::OnSize processing for a bottomless CRichEditCtrl object.

For more information, see the EM_REQUESTRESIZE message and the Bottomless Rich Edit Controls article in the Win32 documentation.

CRichEditCtrl OverviewClass MembersHierarchy Chart

See Also   CWnd::OnSize, CRichEditCtrl::Create