Windows Ribbon for WinForms library now supports FontControl control. The result of this post is a yet another sample, “12-FontControl”, found on the project site. FontControl Control FontControl is another special control provided by the Windows Ribbon Framework . It allows you to choose font family, size, colors and related effects. It has three types, each exposing a little more functionality then the other: Font Only Font With Color Rich Font Check Font Control on MSDN for full details on the...
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. Following is an example of how to use it: private void Form1_Load( object...