ClearMenuStrip( Window )
VOID ClearMenuStrip( struct Window * );
Detaches the current menu strip from the window; menu strips are attached to windows using the
SetMenuStrip() function (or, for V36,
ResetMenuStrip() ).
If the menu is in use (for that matter if any menu is in use) this function will block (Wait()) until the user has finished.
Call this function before you make any changes to the data in a Menu or MenuItem structure which is part of a menu strip linked into a window.