Hi,
I have an UltraButton (WinForms V 2008) in a C# Form. Modified it's appearance BackColor to Green and ForeColor to White. But backcolor is not applied to the button. Do I miss something? Please help.
TIA
Sheeba
Sheeba,
Windows Themes are likely overriding the background color you set. To tell the button to not use Windows Themes, set its UseOsThemes property to False (Infragistics.Win.DefaultableBoolean.False).