Hello Team,
How do we apply the outlook 2007 color schemes to the windows controls ?
We have a windows splitter control, in the spliter panel we have infragistics explorer control with view style office 2007. We want to set the background color of the spliter control to office 2007 color scheme. How do we do this ?
and what is the solution? :)
Thanks Matt,
Got the solution.
I don't really think that there's an easy way to do this. You could access the various colors that you want to assign to the SplitContainer through the Infragistics.Win.Office2007ColorTable and assign that to the BackColor property of the control.
-Matt