S
Shawn B.
Greetings,
The Control object doesn't have provision (built-in) for preserving the top
and left coordinates as it appears in the designer during run-time.
WebControl adds that functionality.
I was wondering if anyone knows how to add that functionality to a control
that derives from "Control". Perhaps WebControl is a special type that the
IDE "understands" or is there a way I can add it without being required to
inherit from WebControl. I don't want most of the functionality of the
WebControl but I do want to be able to place my control where I see fit.
Thanks,
Shawn
The Control object doesn't have provision (built-in) for preserving the top
and left coordinates as it appears in the designer during run-time.
WebControl adds that functionality.
I was wondering if anyone knows how to add that functionality to a control
that derives from "Control". Perhaps WebControl is a special type that the
IDE "understands" or is there a way I can add it without being required to
inherit from WebControl. I don't want most of the functionality of the
WebControl but I do want to be able to place my control where I see fit.
Thanks,
Shawn