Hi All,
I have a 3rd party control in my form and i have some of its property. and another form say form2 derived from form1. When the 3rd party control's instance is made to public, code generation for the control in form2 occurs like form1. (Designer code generated for inherited form2 also).
But when i use DataGridView and other winforms controls same like this inherited and made public, designer codes are not generated in inherited form2.designer only the form's codes are generated.
- What is the behavior of inheriting form from another form?
- What is the behavior of code generating for controls in the inherited form
Does anyone please advice...
Thanks and Regards,
Amal Raj
Amal Raj U