Does Infragistrics provide menu for windows form? e.g., UltraMenu?
The UltraToolbarManager allows to create toolbar that IsMainMenuBar.
What would be the difference between these two? Wha's the advantages and disadvantages?
Thanks.
Creating a toolbar with IsMainMenuBar set to true is the way we provide a main menu for windows forms. You can add PopupMenuTools to this toolbar to create the File, Edit, View, etc menus. There is no UltraMenu control or component.