C# 向自定义控件添加按钮

发布于 2024-11-27 12:47:21 字数 94 浏览 0 评论 0原文

也许这是一个蹩脚的问题,但我正在创建自己的控件,我从类 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

行至春深 2024-12-04 12:47:21

以下是有关如何编写自己的用户控件的精彩分步演练:
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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文