CMFCToolBarButton::OnChangeParentWnd
Called by the framework when the button is inserted into a new toolbar.
virtual void OnChangeParentWnd(
CWnd* pWndParent
);
Parameters
- [in] pWndParent
The new parent window.
Remarks
The button is inserted into a toolbar, for example, when the user drags it from one toolbar to another toolbar.
The default implementation of this method does nothing.
Requirements
Header: afxtoolbarbutton.h