###User Defined Function###
_GUICtrlMonthCal_SetCalendarBorder

###Description###
Sets the size of the border, in pixels

###Syntax###
#include <GuiMonthCal.au3>
_GUICtrlMonthCal_SetCalendarBorder ( $hWnd [, $iBorderSize = 4 [, $fSetBorder = True]] )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$iBorderSize
	[optional] Number of pixels of the border size
$fSetBorder
	[optional] One of the Following:
		True - The border size is set to the number of pixels that $iBorderSize specifies
		False - The border size is reset to the default value specified by the theme, or zero if themes are not being used
@@End@@

###ReturnValue###
None.


###Remarks###
<strong>Windows Vista or later</strong>.


###Related###
_GUICtrlMonthCal_GetCalendarBorder


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