Function Reference


_GUICtrlToolbar_Customize

Displays the Customize Toolbar dialog box

#include <GuiToolbar.au3>
_GUICtrlToolbar_Customize ( $hWnd )

Parameters

$hWnd Handle to the control

Return Value

None.

Remarks

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.