Hello.
I'm applying a style to a winform that was created in AppStylist.
I have a UltraNumericEditor on the form and it's picking up the style defined in the .isl file.
On entry error I want to set the background color to Red, so I did this:
txtExtraBillingAmount.Appearance.BackColor = System.Drawing.Color.Red
The color didn't change. I had to set UseAppStyling to false also.
Isn't there a better way than to set UseAppStyling to False? I want to keep the font, etc.
Thanks,
Mike
Brian,
Nevermind. I thought you meant on the control itself, not the control in the style library.
Thank you, that takes care of it.
Hi, Brian.
That property is ReadOnly and I don't see where I can set it in design mode.
There is a property on the ComponentRole class (ResolutionOrder or something like that) that allows you to specify the resolution order.