Hi, I'm trying to get the color of styled controls with no succes, this is what i'm doing:pnlRight.BackColor = MyUltraTabControl.Appearance.BackColor
MyUltraTabControl.Appearance.BackColor stores the values applyied in design mode, but not the values from applying the .isl. How can i get that?Thanks
It depens on the control, but most controls and objects expose methods for getting the resolved appearance. Look for a method that starts with the work "Resolve", like ResolveAppearance.