FreeToolBarEx |
www.progui.co.uk Top Previous Next |
FreeToolBarEx() Syntax Success = FreeToolBarEx(Toolbar.i) Description Removes the specified ToolBarEx from memory freeing any memory used. If the ToolBarEx contains any gadgets/controls then they will also be hidden and re-parented to the root window. Toolbar.i can be a WindowsID or ToolBarEx ID or -1 in order to free all ToolBarEx's. Returns True if successful, or False otherwise.
|