How do I make a form inherit the same properties from a user control by dragging from the controlbox to the form?
Example: I created a UserControl with FormBorderStyle = none
, compiled and generated the DLL inside visual studio, added this new control in my toolbox, and added it to Form. When dragging from the toolbox I wanted to already define that this Form will have FormBorderStyle = none
.