###User Defined Function###
_GUICtrlToolbar_SetAnchorHighlight

###Description###
Sets the anchor highlight setting

###Syntax###
#include <GuiToolbar.au3>
_GUICtrlToolbar_SetAnchorHighlight ( $hWnd, $fAnchor )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
$fAnchor
	Anchor highlighting setting:
	True - Anchor highlighting will be enabled
	False - Anchor highlighting will be disabled
@@End@@

###ReturnValue###
Returns the previous anchor highlight setting.


###Remarks###
Anchor highlighting means that the last highlighted item will remain highlighted until another item is highlighted.
This occurs even if the cursor leaves the toolbar control.


###Related###
_GUICtrlToolbar_GetAnchorHighlight


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