FreeMenu()
语法
FreeMenu(#Menu)概要
Frees the specified menu and all its resources.
参数
#Menu The menu to free. If #PB_All is specified, all the remaining menus are freed.
返回值
无.
Remarks
All remaining menus are automatically freed when the program ends.
参阅
CreateMenu(), CreateImageMenu(), CreatePopupMenu(), CreatePopupImageMenu()
已支持操作系统
所有