###User Defined Function###
_GUICtrlToolbar_SetMetrics

###Description###
Sets the metrics of a toolbar control

###Syntax###
#include <GuiToolbar.au3>
_GUICtrlToolbar_SetMetrics ( $hWnd, $iXPad, $iYPad, $iXSpacing, $iYSpacing )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
$iXPad
	Width of the padding inside the toolbar buttons
$iYPad
	Height of the padding inside the toolbar buttons
$iXSpacing
	Width of the space between toolbar buttons
$iYSpacing
	Height of the space between toolbar buttons
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True.
Failure:	False.
@@End@@


###Remarks###
None.


###Related###
_GUICtrlToolbar_GetMetrics


###Example###
@@IncludeExample@@
