###User Defined Function###
_WinAPI_DrawFocusRect

###Description###
Draws a rectangle in the style used to indicate that the rectangle has the focus.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_DrawFocusRect ( $hDC, $tRECT )


###Parameters###
@@ParamTable@@
$hDC
	A handle to the device context.
$tRECT
	$tagRECT structure that specifies the logical coordinates of the rectangle that is to be drawn.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True
Failure 	False
@@End@@


###Remarks###
The <a href="_WinAPI_DrawFocusRect.htm">_WinAPI_DrawFocusRect()</a> is an XOR function, so calling it a second time with the same rectangle removes the rectangle from the screen.


###Related###


###See Also###
@@MsdnLink@@ DrawFocusRect
