How to limit the Design surface area of a form?

53 Views Asked by At

I have inherited forms in C# WinForms.

I would like to limit the design surface area on the derived forms, so they can only add controls to a designated panel/area and no more.

How can I limit the designer in this way? Thanks!

0

There are 0 best solutions below