[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


    NAME
        ClearMenuStrip -- Clear (detach) the menu strip from the window.

    SYNOPSIS
        ClearMenuStrip( window )
                        A0

        VOID ClearMenuStrip( struct window * );

    FUNCTION
        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.

    INPUTS
        window = pointer to a window structure

    RESULT
        None

    BUGS

    SEE ALSO
        setmenustrip(), resetmenustrip()