Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Traditional Menu + toolbar
posted

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.

  • 44743
    Suggested Answer
    posted

    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.