Method XbpToolBar():restoreToolbar() Foundation
Restores a XbpToolBar object's button arrangement previously saved.
:restoreToolbar( <cKey>, <cSubKey> ) => lSuccess
:restoreToolbar() returns a logical value. If the XbpToolBar object's button arrangement is restored successfully, the value .T. (TRUE) is returned. In case of an error,:restoreToolbar() returns .F. (FALSE).
The method :restoreToolbar() can be used to restore a toolbar button arrangement previously saved using :saveToolbar(). See :saveToolbar() for further information for saving and restoring XbpToolBar layouts.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.