FreeMenu()
Syntax
FreeMenu(#Menu)Description
Frees the specified menu and all its resources.
Parameters
#Menu The menu to free. If #PB_All is specified, all the remaining menus are freed.
Return value
None.
Remarks
All remaining menus are automatically freed when the program ends.
See Also
CreateMenu(), CreateImageMenu(), CreatePopupMenu(), CreatePopupImageMenu()
Supported OS
All