###User Defined Function###
_GUICtrlButton_SetDontClick

###Description###
Sets the state of $BST_DONTCLICK flag on a button

###Syntax###
#include <GuiButton.au3>
_GUICtrlButton_SetDontClick ( $hWnd [, $fState = True] )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$fState
	[optional] The state. True to set the $BST_DONTCLICK, otherwise False
@@End@@

###ReturnValue###
None.


###Remarks###
<strong>Windows Vista or later</strong>.


###Related###


###See Also###
@@MsdnLink@@ BM_SETDONTCLICK


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