To reproduce: 1. Create a RadForm - Form1 2. Change its BackColor at design time 3. Create another RadForm - Form2 4. Open it at design time. It is expected to have the BackColor coming from the parent form. Workaround: Set the color in the form's constructor instead of at design time.
Hello Raymond, I am really sorry for coming late to your reply. I have tested with the latest version and the back color of the inherited form seems to work as expected at design time. If you are still experiencing any further difficulties, feel free to submit a support ticket providing a sample project illustrating the problem. Thus, our support staff will gladly assist you.
Hi Desislava, Upgraded to WinForms R2 2017 SP1 (2017.2.613.40) but inheritance still not correct. At design time the BackColor gets always overwritten with "Control" instead of having the BackColor from inherited RadForm. At runtime it seems to run fine, but it is irritating if you have always the wrong BackColor at design time. Can you please check again? Thanks & Regards, Raymond