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
130
AppStyling - How to set control's BackColor
posted

We are using StyleManager to 'style' our UltraGroupBox controls (Infragistics.Win.AppStyling.StyleManager.Load).

On some Forms I would like to change ForeColor and BackColor of our UltraGroupBox controls, all other Infragistic controls should stay 'in style'.

I can change ForeColor (control.ForeColor = Color.Blue).

But I can not change BackColor: I tried both control.ContentAreaAppearance.BackColor = Color.Red and control.Appearance.BackColor = Color.Red it does not work.