VISIO::MENU_CONNECT (int menubar, int list, string menutitle, int alignment)

Description: Connects a menulist to a menubar. The menulists appear on the menubar in the order in which they are connected. The menutitle is the text which appears on the bar itself. If the text is preceded by an underscore, a key shortcut will be created. The amount of key shortcuts is limited to 26 per application. The alignment tells Visio where to put the menulist on the bar: V_POS_LEFT or V_POS_RIGHT.

Example: VISIO::MENU_CONNECT (menubar, 1, "_Help", V_POS_RIGHT)