MS
Mohamed Suhaib Fahad A.
Syncfusion Team
January 24, 2008 11:41 AM UTC
Hi Allie,
Thanks for using Syncfusion products.
You can change the Tab styles by setting the parameter in the TabbedMDISmartPartInfo instance. Please check out the following sample code that we have used it in out VSDemo sample,
TabbedMDIManagerSmartPartInfo smartPartInfo = new TabbedMDIManagerSmartPartInfo();
smartPartInfo.TabStyle = typeof(TabRendererWhidbey);
smartPartInfo.Title = String.Format("Form{0}", i);
tabbedMDIManagerWorkspace.Show(this.Items.AddNew(), smartPartInfo);
There are number of renderers defined for TabbedMDIManager control, which you can check out in our Winforms samples listing.
Let me know if you have any more queries.
Thanks,
Fahad