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.
Determines whether the toolbar contains the Customize button.
BOOL IsExistCustomizeButton();
Return Value
TRUE if the toolbar contains the Customize button; otherwise FALSE.
Remarks
If this method returns TRUE, the CMFCToolBar::GetCustomizeButton method returns a pointer to the Customize button that appears at the end of the toolbar.
Use the CMFCToolBar::EnableCustomizeButton method to add the Customize button to your toolbar.
Requirements
Header: afxtoolbar.h
See Also
Reference
CMFCToolBar::GetCustomizeButton
CMFCToolBar::EnableCustomizeButton