Hi
Steps to reproduce:
1.New Project, new Form inheriting C1RibbonForm. Add Ribbon, set UI Style Office07 Blue (default) 2.Launch -> Color of Backgorund is blue as it should.
3. Set isMdiParent on Form to true
4.Designer Shows grey backgorund (correct)
5.Launch -> Background color is blue. In the last version i used till i was testing on vista: 2.0072.73
Workaround: -none found, tried changing in LoadHandler: Color is already set correctly, but not displayed correctly. I want to use Color.KnownColor.AppWorkspace
Request: What about the dateTimePicker and Contextual Tabs? Waiting for the for one year now... It *** we cant inherit C1RibbonItem and create our own Controls... would be so easy if c# would allow multiple inheritance (well, basically) --> myDateTimePicker : C1RibbonItem, System.Windows.Forms.DateTimePicker :-)