Method XbpToolBar():customize() Foundation

Display a dialog for customizing a XbpToolBar object at run time.

Syntax
:customize() => self
Return

:customize() returns the object executing the method (self).

Description

After an XbpToolBar object is created, the method :customize()can be used to display a dialog for customizing the object. Using the controls of the dialog, tool bar buttons can be hidden, redisplayed or rearranged by the user. If the dialog is closed, the event :change is generated.

If an application supports customizing its XbpToolBar object(s) by the user, it should consider using the method :saveToolbar()and :restoreToolbar() to make changes made in the customize dialog persistent.

The dialog can also be displayed by performing a double-click on the tool bar object if instance variable :allowCustomize contains the value .T. (TRUE).

Feedback

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.