Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
This method overrides the base class implementation (CMFCToolBarButton::OnChangeParentWnd) by clearing the text label (CMFCToolBarButton::m_strText) and setting the CMFCToolBarButton::m_bText and CMFCToolBarButton::m_bUserButton data members to FALSE.
Requirements
Header: afxdropdowntoolbar.h
See Also
Reference
CMFCDropDownToolbarButton Class