DCSIMG
IUIFramework - Arik Poznanski's Blog

Arik Poznanski's Blog

It CAN be done with .NET

News

MVP

MCC

CodeProject MVP

MCPD

MCTS

Subscribe to my blog by email

Arik Poznanski LinkedIn Profile

Email: arik.com at gmail dot com
or, use this form

Locations of visitors to this page


Sela Group

Sela Canada

DZone MVB

Links

Official Blogs

WPF / SL Blogs

Developers Blogs

Browse by Tags

All Tags » IUIFramework (RSS)
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. Following is an example of how to use it: private void Form1_Load( object...
Windows Ribbon for WinForms, Part 2 - Basic Ribbon Wrapper
Today we will start looking at some code, but before we begin you might want to know where to find it. The most updated version of "Windows Ribbon for WinForms" code will be at http://windowsribbon.codeplex.com/ It will include the latest version of the project code and samples of how to use its different features. Note that it is based on the Windows API Code Pack , so make sure you have it if you plan to compile the code. Update (18.11.2009) : The Windows Ribbon for WinForms project is...