Groups | Blog | Home
all groups > dotnet sdk > june 2006 >

dotnet sdk : Design Time at Run time


PGC
6/15/2006 12:00:00 AM
I need the user to be able to move & resize a control (a label) at run time.
Is it possible to set the control as being in designmode, to use the built
in design code rather than having to re-write this functionality myself?


Ben Voigt
6/15/2006 10:25:26 AM
[quoted text, click to view]
That code isn't built into the control, it's provided by the Form Designer.
Lookup Glyph and Adorner in the .NET documentation.

AddThis Social Bookmark Button