MJ
Mano J
Syncfusion Team
August 27, 2009 01:27 PM UTC
Hi Phil,
You should set the visual style in the GroupBar SmartPartInfo and TabControlAdv SmartPartInfo as shown below.
Syncfusion.CAB.WinForms.SmartPartInfos.GroupBarSmartPartInfo gpSmartPartInfo = new Syncfusion.CAB.WinForms.SmartPartInfos.GroupBarSmartPartInfo();
gpSmartPartInfo.BarDisplayText = "GroupBar Item 1";
// set the visual style
gpSmartPartInfo.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Office2007;
Regards,
Mano