###User Defined Function###
_GUICtrlToolbar_SetPadding

###Description###
Sets the padding control

###Syntax###
#include <GuiToolbar.au3>
_GUICtrlToolbar_SetPadding ( $hWnd, $iCX, $iCY )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
$iCX
	The horizontal padding, in pixels
$iCY
	The vertical padding, in pixels
@@End@@

###ReturnValue###
Returns the previous horizontal padding in the low word and the previous vertical padding in the high word.


###Remarks###
The padding values are used to create a blank area between the edge of the button and the button's image and/or text.
The horizontal padding value is applied to both the right and left of the button and the vertical padding value is applied to both the top and bottom of the button.
Padding is only applied to buttons that have the $BTNS_AUTOSIZE style.


###Related###
_GUICtrlToolbar_GetPadding


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