We are updating a legacy application that uses a traditional menu (MenuItem based) and want to add a toolbar. The WinForms ToolStrip will provide the functionality we need, but is locked into an Office2003 style.
Is there an Infragistics control that supports traditional menus? I've been playing around with UltraToolbarsManager, but that apparently supports toolbars or a ribbon - no menu - and we're not ready for a ribbon.
You can use menus by adding a PopupMenuTool to a toolbar and then adding child tools to the PopupMenuTool. Also, once PopupMenuTools are created, you can assign them as the context menus of other controls by setting the ContextMenuUltra attached property on the control in the property grid.