###User Defined Function###
_GUICtrlButton_GetNote

###Description###
Gets the text of the note associated with the Command Link button

###Syntax###
#include <GuiButton.au3>
_GUICtrlButton_GetNote ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the text associated with the Command Link Button.
Failure:	an empty string.
@@End@@


###Remarks###
This function works only with the $BS_COMMANDLINK and $BS_DEFCOMMANDLINK button styles.

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


###Related###
_GUICtrlButton_SetNote, _GUICtrlButton_GetNoteLength


###See Also###
@@MsdnLink@@ BCM_GETNOTE


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