开发者

C# adding buttons to custom control

开发者 https://www.devze.com 2023-03-25 02:14 出处:网络
Maybe it is lame question but I am creating own control and I derived it from class UserControl and I draw some line and graphics and I want to ask开发者_如何学Go if there is a way how I can add contr

Maybe it is lame question but I am creating own control and I derived it from class UserControl and I draw some line and graphics and I want to ask开发者_如何学Go if there is a way how I can add controls like buttons and textboxes and how can I do that. Thanks


Here is a wonderful step-by-step walkthrough on how to author your own user control: http://msdn.microsoft.com/en-us/library/a6h7e207(v=VS.100).aspx

You can select the version of Visual Studio you are using at the top of the page. The link I posted is the VS2010 page.

0

精彩评论

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