|
When you drag a custom control onto the form, VS.NET automatically calls the default constructor, however my custom control has more than one constructor.
Is it possible to specify which constructor is called by VS.NET when a custom control is dragged onto the form?
cheers! |