###User Defined Function###
_GUICtrlTreeView_DisplayRectEx

###Description###
Returns the bounding rectangle for a tree item

###Syntax###
#include <GuiTreeView.au3>
_GUICtrlTreeView_DisplayRectEx ( $hWnd, $hItem [, $fTextOnly = False] )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$hItem
	Handle to the item whose rectangle will be returned
$fTextOnly
	[optional] If the True, the bounding rectangle includes only the text of the item.
		Otherwise, it includes the entire line that the item occupies.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a $tagRECT structure that holds the bounding rectangle. The coordinates are relative to the upper left corner of the control.
Failure:	sets the @error flag to non-zero.
@@End@@


###Remarks###
None.


###Related###
_GUICtrlTreeView_DisplayRect, $tagRECT


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