Hi,
Is there way to integrate a toolbar into the mdi tab control like IE 8 does where the buttons are in line with the tab headers?
Thanks.
I’m just checking back if you have any follow-up questions.
Please let me know if there is anything I can help with further.
When I look at IE 8, it looks to me more like our Ribbon toolbar.
Add a ToolbarManager and a TabbedMdiManager to the parent form and then the Ribbon with Tabs and Groups. The buttons you mentioned can be lined up next to the tabs on the right hand side by inserting buttons or tools to the right of the Ribbon tabs.
Add mdi child forms to the parent form making the parent form an mdi container and then adding the child forms to the ultraTabbedMdiManager. You can also add an MDIWindowListTool to a ribbon group to manage the child forms if you like.
http://help.infragistics.com/NetAdvantage/WinForms/2010.2/CLR2.0/?page=WinToolbarsManager_Add_an_MDIWindowList_Tool_to_a_Toolbar.html
Marianne