Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a pointer to the CMFCCustomizeButton object that is associated with the toolbar.
CMFCCustomizeButton* GetCustomizeButton();
Return Value
A pointer to the CMFCCustomizeButton object that is associated with the toolbar.
Remarks
This method retrieves the Customize button that appears at the end of the toolbar. Use the CMFCToolBar::EnableCustomizeButton method to add the Customize button to your toolbar.
You can call the CMFCToolBar::IsExistCustomizeButton method to determine whether the toolbar contains a valid CMFCCustomizeButton object.
Requirements
Header: afxtoolbar.h
See Also
Reference
CMFCToolBar::EnableCustomizeButton
CMFCToolBar::IsExistCustomizeButton