RA
Rajagopal
Syncfusion Team
September 21, 2007 04:04 AM UTC
Hi Tharindu,
Thanks for your interest in Syncfusion Products.
You can set the VisualStyle settings for each control using the Style/VisualStyle properties to some predefined color appearance like office2003/2007 colors etc. You can also set your custom background color and gradint colors to these controls.
You can apply different color schemes to the GridGroupingControl using the GridVisualStyles property. The code below set the Office20003 style to the grid. This support is available from our 5.x releases.
this.gridGroupingControl1.TableOptions.GridVisualStyles = GridVisualStyles.Office2003;
For docking windows, use the below code
dockingManager1.VisualStyle = Syncfusion.Windows.Forms.VisualStyle.Office2003;
Please refer the below sample that helps in setting the custom colors for XPMenus and toolbars.
\\Syncfusion\EssentialStudio\5.1\Windows\Tools.Windows\Samples\2.0\MenusPackage\XPMenus_CustomColors
Let me know if you have any other questions.
Regards,
Rajagopal