###User Defined Function###
_GUICtrlButton_SetNote

###Description###
Sets the text of the note associated with a command link button

###Syntax###
#include <GuiButton.au3>
_GUICtrlButton_SetNote ( $hWnd, $sNote )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$sNote
	String that contains the note
@@End@@

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


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


###Related###
_GUICtrlButton_GetNote, _GUICtrlButton_GetNoteLength


###See Also###
@@MsdnLink@@ BCM_SETNOTE


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