SetMCInfo
SetMCInfo
Install/replace current menu color table MCTableHandle hMCTbl ; handle leading to new menu color table
SetMCInfo disposes of the current menu color table, and copies the specified table and installs the copy. This could be used in a system that replaces an
entire menu bar, along with its color information.
hMCTbl is a handle leading to a table of MCEntry structures. It describes the colors to be used for the menubar and all menu items.
Returns: none. Check MemErr for an error code indicating failure.
Also be sure to redraw the menu bar (via DrawMenuBar) to ensure that the new colors are displayed.