다음을 통해 공유


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 message and the article in the Win32 documentation.

CRichEditCtrl OverviewClass MembersHierarchy Chart

See Also   CWnd::OnSize, CRichEditCtrl::Create