MenuBar_RemoveMenu()

Examples


The MenuBar_RemoveMenu() function removes the specified menu from the menu bar.

Syntax

MenuBar_RemoveMenu(command_list_tag)

Parameters

command_list_tag – The integer tag value specifying the command list used for the menu that is to be removed from the menu bar.

Return value

A boolean. The value false indicates the menu was successfully removed. The value true indicates the menu was not removed.


Documentation Feedback