###User Defined Function###
_GUICtrlToolbar_SetButtonSize

###Description###
Sets the size of the buttons to be added to a toolbar

###Syntax###
#include <GuiToolbar.au3>
_GUICtrlToolbar_SetButtonSize ( $hWnd, $iHeight, $iWidth )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
$iHeight
	Height, in pixels, of the buttons
$iWidth
	Width, in pixels, of the buttons
@@End@@

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


###Remarks###
The size can be set only before adding any buttons to the toolbar. If an application does not explicitly set the button size, the size defaults to 24 by 22 pixels.


###Related###
_GUICtrlToolbar_GetButtonSize


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