Articles in this section
Category / Section

How to change ToolStripDropDownButton's forecolor and backcolor in WinForms RibbonControlAdv?

1 min read

Change the color of QAT drop down

The 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: https://www.syncfusion.com/downloads/support/directtrac/general/RibbonColor-360028141.zip

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied