We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

TabbedMDIManagerWorkspace tab style

I am trying to use the TabbedMDIManagerWorkspace in my CAB program but I would like to change the style of the tabs being used, is there a way this can be done?


1 Reply

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



Loader.
Live Chat Icon For mobile
Up arrow icon