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
470
Is there a Infragistics Tool Bar's MdiWindowListItem property?
posted

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?

Parents
No Data
Reply
  • 5389
    Suggested Answer
    posted

    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~

Children
No Data