VISIO::MENU_BAR_COLOR (int menu_bar, int red, int green, int blue)

Description: Paint the created menu bar to a color determined by RGB arguments. The values for red, green and blue may vary between 0 and 65535. The first parameter points to the menu bar.

Example: VISIO::MENU_BAR_COLOR(menu_bar, 0, 65535, 0)