My team and I recently upgraded to the new version of the .NET toolset which includes the C1.Win.C1Commands.2.dll version 2.0.20073.19306. We've upgraded from version 2.0.20053.139. This change has led me to understand that the LookAndFeel property has been replaced by the VisualStyle property. But this has had a huge impact on our GUI. Attached is a picture which shows the difference between the looks that we had and now have. Let me explain what we previously had.
Peviously, I had toolbars, menus, and contextmenus use the LookAndFeel property with the Office2003 style. From their, I would set blue backgrounds as can be seen in the attachment. This would give a blue toolbar with gradient backgrounds (and menus with gradient sides).
Now, with the new VisualStyle property, I must set it to Custom in order to set my custom colors, HOWEVER, i've lost all gradients on toolbars and menus, thus giving an old and ugly look.
How can I achieve my custom colors and gradients with the new controls ???
Thank you for your help !