FreeToolBar()
Syntax
FreeToolBar(#ToolBar)Description
Free the specified #Toolbar.
Parameters
#ToolBar The toolbar to free. If #PB_All is specified, all the remaining toolbar are freed.
Return value
None.
Remarks
All remaining toolbars are automatically freed when the program ends.
See Also
CreateToolBar()
Supported OS
All