TabbedMDIManager.MdiListMenuItem

Hi,
I'm trying to set the tabbedMDIManager.MdiListMenuItem to a menu item, but since i'm using System.Windows.Forms.MenuStrip as my main menu bar, the menu item I have for Windows is System.Windows.Forms.ToolStripMenuItem. How to I set the tabbedMDIManager.MdiListMenuItem to a ToolStripMenuItem? It won't let me!
Thanks,
Frank

3 Replies

GR Golda Rebecal Syncfusion Team May 8, 2007 10:15 AM UTC

Hi Frank,

We have to use the MdiListToolStripItem property of the TabbedMDIManager to show the MDI list when ToolStripMenuItem is used

tm.MdiListToolStripItem = this.windowToolStripMenuItem

I have attached a sample that illustrates the same. Please have a look at it and let me know if you need any further assistance

Thank you for your interest in Syncfusion products.

http://websamples.syncfusion.com/samples/Tools.Windows/f60547/Main.htm

Best regards,
Golda


FS Feng Sha May 8, 2007 11:20 AM UTC

Thanks for the replay. But i'm using version 4.2.0.60. What can i do?


>Hi Frank,

We have to use the MdiListToolStripItem property of the TabbedMDIManager to show the MDI list when ToolStripMenuItem is used

tm.MdiListToolStripItem = this.windowToolStripMenuItem

I have attached a sample that illustrates the same. Please have a look at it and let me know if you need any further assistance

Thank you for your interest in Syncfusion products.

http://websamples.syncfusion.com/samples/Tools.Windows/f60547/Main.htm

Best regards,
Golda


GR Golda Rebecal Syncfusion Team May 9, 2007 08:20 AM UTC

Hi Frank,

The MdiListToolStripItem property has been included in TabbedMDIManager in v4.4. Could you please consider upgrading to this version? If so, you can download it from the following location:

http://www2.syncfusion.com/Installs/v4.4.0.51/SyncfusionEssentialStudioSetup.exe

Unlock Key : If you hold a Syncfusion license with a valid subscription, you can obtain your key for this version by visiting the "Download the latest versions" section within Direct-Trac and clicking on the appropriate key icon. If you're currently evaluating our products or considering renewing an expired subscription, please write to [email protected] to request a key.

Best regards,
Golda

Loader.
Up arrow icon