i want to design a user control开发者_开发百科 in win application such a way that when i drag & drop that user control on form it will just place at the top of the form just like menu control. so please tell me what extra code i need to add in my user control.
thanks
Set the Dock property to Top
https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-6165908.html
精彩评论