C# 向自定义控件添加按钮
也许这是一个蹩脚的问题,但我正在创建自己的控件,我从类 UserControl 派生它,我画了一些线条和图形,我想问是否有一种方法可以添加按钮和文本框等控件,我该怎么做。谢谢
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 if there is a way how I can add controls like buttons and textboxes and how can I do that. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是有关如何编写自己的用户控件的精彩分步演练:
http://msdn.microsoft.com/en- us/library/a6h7e207(v=VS.100).aspx
您可以在页面顶部选择您正在使用的 Visual Studio 版本。我发布的链接是VS2010页面。
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.