###User Defined Function###
_GUICtrlToolbar_GetString

###Description###
Retrieves a string from the string pool

###Syntax###
#include <GuiToolbar.au3>
_GUICtrlToolbar_GetString ( $hWnd, $iIndex )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
$iIndex
	Index of the string
@@End@@

###ReturnValue###
Returns the specified string.


###Remarks###
This message returns the specified string from the control's string pool. It does not necessarily correspond to the text string currently being displayed by a button.
To retrieve a button's current text string, send use <a href="_GUICtrlToolbar_GetButtonText.htm">_GUICtrlToolbar_GetButtonText()</a>.


###Related###
_GUICtrlToolbar_AddString, _GUICtrlToolbar_GetButtonText


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