Displays the Customize Toolbar dialog box
#include <GuiToolbar.au3>
_GUICtrlToolbar_Customize ( $hWnd )
$hWnd | Handle to the control |
The toolbar must handle the $TBN_QUERYINSERT and $TBN_QUERYDELETE notifications for the Customize Toolbar dialog box to appear.
If the toolbar does not handle those notifications, $TB_CUSTOMIZE has no effect.