###User Defined Function###
_GUICtrlTab_SetExtendedStyle

###Description###
Sets the extended styles that are currently in use

###Syntax###
#include <GuiTab.au3>
_GUICtrlTab_SetExtendedStyle ( $hWnd, $iStyle )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$iStyle
	Extended styles currently in use:
		$TCS_EX_FLATSEPARATORS - The control will draw separators between the tab items
		$TCS_EX_REGISTERDROP - The control generates TCN_GETOBJECT notification messages to request a drop target object when an object is dragged over the tab items.
@@End@@

###ReturnValue###
Returns the previous extended styles.


###Remarks###
None.


###Related###
_GUICtrlTab_GetExtendedStyle


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