Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
127
Apply AppStyling with different Office2007ColorBlend on each form.
posted

I'm using the sample style Office2007Black.isl and loading that in Main() with the StyleManager.  My question is, I want to allow my users to choose a color blend for each form that opens up.

What is the best way to go about doing this?  I'd like to be able to do this at run time.

My current set up is such:

I have a UltraColorPicker on each form, when the user chooses a different color, I set that as the Office2007ColorBlend using StyleManager.Office2007ColorBlend.  This currently applies it to the entire application, rather than just the form.  I'd like this to be form specific.