###User Defined Function###
_GUICtrlToolbar_Customize

###Description###
Displays the Customize Toolbar dialog box

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


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
@@End@@

###ReturnValue###
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.


###Related###
