Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 In the .NET MenuStrip, there is a property MdiWindowListItem. It is set to the menu item under which we want to display the list of currently open windows. Is there any such property for the UltraToolBarManager? If not how can we implement the same?
mayankthebest,
Try adding a PopupMenuTool to your toolbar, and then in the PopupMenuTool's Tools collection add a single MDIWindowListTool. This will display a list of all the open MdiChild windows when you run the application.
~Kim~