CMFCToolBar::RestoreOriginalState

 

Restores the original state of a toolbar.

Syntax

virtual BOOL RestoreOriginalState();

Return Value

TRUE if the method succeeds, or FALSE if the method fails or the toolbar is user-defined.

Remarks

This method loads the toolbar from the resource file by using the CMFCToolBar::LoadToolBar method.

The framework calls this method when the user chooses the Reset All button on the Toolbars page of a customization dialog box.

Requirements

Header: afxtoolbar.h

See Also

CMFCToolBar Class
Hierarchy Chart
CMFCToolBar::LoadToolBar