2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Customize the ribbon itemsIn TouchStyle Ribbon, each item of the RibbonControlAdv can be customized by using its property TouchStyleColorTable and function ApplyTouchStyleColorTable. The following code example demonstrates the same. C# //TouchStyleColorTable for RibbonControlAdv TouchStyleColorTable TouchStyleColor = new TouchStyleColorTable(); //Sets the Header color of the RibbonControlAdv TouchStyleColor.HeaderColor = ColorTranslator.FromHtml("#0272c5"); //Sets the ToolStrip border color TouchStyleColor.ToolStripBorderColor = ColorTranslator.FromHtml("#0272c5"); //Sets the border color of the ToolStripTab item TouchStyleColor.ToolstripTabItemBorder = ColorTranslator.FromHtml("#0272c5"); //Sets the menu button arrow color of the RibbonControlAdv TouchStyleColor.MenuButtonArrowColor = Color.White; //Sets the back color of the Ribbon panel TouchStyleColor.RibbonPanelBackColor = Color.LightSkyBlue; //Sets the hover color of the Button TouchStyleColor.ButtonHoverColor = Color.Red; //Applies the TouchStyleColorTable to RibbonControlAdv this.ribbonControlAdv1.ApplyTouchStyleColorTable(TouchStyleColor); VB 'TouchStyleColorTable for RibbonControlAdv Private TouchStyleColor As New TouchStyleColorTable() 'Sets the Header color of the RibbonControlAdv TouchStyleColor.HeaderColor = ColorTranslator.FromHtml("#0272c5") 'Sets the ToolStrip border color TouchStyleColor.ToolStripBorderColor = ColorTranslator.FromHtml("#0272c5") 'Sets the border color of the ToolStripTab item TouchStyleColor.ToolstripTabItemBorder = ColorTranslator.FromHtml("#0272c5") 'Sets the menu button arrow color of the RibbonControlAdv TouchStyleColor.MenuButtonArrowColor = Color.White 'Sets the back color of the Ribbon panel TouchStyleColor.RibbonPanelBackColor = Color.LightSkyBlue 'Sets the hover color of the Button TouchStyleColor.ButtonHoverColor = Color.Red 'Applies the TouchStyleColorTable to RibbonControlAdv Me.ribbonControlAdv1.ApplyTouchStyleColorTable(TouchStyleColor) The following image shows the TouchStyleColortable applied to the RibbonControlAdv.
Samples: C#: http://www.syncfusion.com/downloads/support/directtrac/135929/TouchStyleRibbon-1896398638.zip VB: http://www.syncfusion.com/downloads/support/directtrac/139141/TouchStyleRibbon_VB1092408856.zip |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.