When I go to add an MDIWindowListTool (one that's used already on my 'normal' menu toolbar) to my RibbonTab group, it doesn't appear in the dialog spawned when I click on '[insert new tool]'
Can the MDIWindowListTool be used on the ribbob style toolbar? If so, how do I add it?
Thanks
Thank yu for ther response. I've already done something similar. I had just been hoping that I was wrong, and that there was some way to use it on a ribbon.
Hello,
There is no way to add an MdiWindowListTool to a RibbonGroup. The ListTool and MdiWindowListTool can only be placed on a menu (PopupMenuTool or ApplicationMenu). If you want to represent your windows within the RibbonGroup, you will have to create and manipulate tools for each child window.
Let me know if you have any further questions.
Thanks,
Chris