Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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