The MenuManager object allows you to create custom menus in Personal Stock Streamer. To get a reference to the MenuManager object, call Application.GetObject("MenuManager"). To handle menu events you must register an event handler with the EventManager object.
MainMenu
type: Menu object
SelectItem(name)
name: String
Description: Select any menu item in the main menu hierarchy with the given name. Note that the ampersand character (used to indicate the accelerator key for the menu item) does not have to be included in the string, since it is automatically removed by the comparison routine.