hiRemoveFixedMenu
hiRemoveFixedMenu( [w_window] [r_fixedMenu] )=>t / nil
Description
Removes a fixed menu from a window. If you do not specify a menu, all fixed menus are removed. To delete a fixed menu, first use hiRemoveFixedMenu to remove the fixed menu from the window and then use hiDeleteMenu to destroy the fixed menu.
Fixed menus are no longer supported in windows. Use the new toolbar functions to create toolbars instead for windows. Existing fixed menus that have been added to windows are no longer displayed. Replace these menus with toolbars.
This function is not available in Concept SKILL. For more information, see
Arguments
Value Returned
Examples
hiRemoveFixedMenu(window(2))
Related Topics
Return to top