###User Defined Function###
_GUICtrlStatusBar_SetBkColor

###Description###
Sets the background color

###Syntax###
#include <GuiStatusBar.au3>
_GUICtrlStatusBar_SetBkColor ( $hWnd, $iColor )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
$iColor
	New background color. Specify the CLR_DEFAULT value to cause the status bar to use its default background color.
@@End@@

###ReturnValue###
Returns the previous background color, or CLR_DEFAULT if the background color is the default color.


###Remarks###
Returns RGB COLORREF color, color passed in must be BGR Hex color or RGB COLORREF

StatusBar controls cannot be painted if the "Windows XP style" is used.


###Related###


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