2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Change the color of QAT drop downThe ForeColor, BorderColor and BackColor of the ToolStripDropDownButton can be changed using the DropDownTextForeColor and ToolStripBorderColor properties in RibbonControlAdv with RibbonStyle set as TouchStyle. Also, the color of the QAT drop-down arrow can be customized by using the QATDownArrowColor property as shown in the following code example. C# //To Change Color of the QAT drop down Arrow touch.QATDownArrowColor = Color.Blue; //To Change ForeColor and BackColor of ToolStripDropDown Button touch.DropDownTextForeColor = Color.White; touch.ToolStripBorderColor = Color.Blue; VB //To Change Color of the QAT drop down Arrow touch.QATDownArrowColor = Color.Blue //To Change ForeColor and BackColor of ToolStripDropDown Button touch.DropDownTextForeColor = Color.White touch.ToolStripBorderColor = Color.Blue Sample: http://www.syncfusion.com/downloads/support/directtrac/general/RibbonColor-360028141.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.