Kommentar
Å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.
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