###User Defined Function###
_GUICtrlTab_GetExtendedStyle

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

###Syntax###
#include <GuiTab.au3>
_GUICtrlTab_GetExtendedStyle ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
@@End@@

###ReturnValue###
Returns the 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.


###Remarks###
None.


###Related###
_GUICtrlTab_SetExtendedStyle


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