0
kicks
Windows Ribbon for WinForms, Part 9 – Changing Ribbon Colors
Windows Ribbon for WinForms, Part 9 – Changing Ribbon Colors
Introduction to the feature
The feature I want to talk about today is how to change the ribbon general colors. Note that you can’t change the colors of a specific ribbon item, only the entire ribbon.
There are 3 colors we can change: Background Color Highlight Color Text Color
Here is an example of a colored ribbon:
How to do it?
I’ve added a new method to the RibbonLib.Ribbon class in my Windows Ribbon for WinForms library...