开发者

Regarding User control design for win apps c#

开发者 https://www.devze.com 2023-02-06 17:52 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消