如何在用户控件上创建不可见区域
我想让我的用户控件具有不可见的区域,例如围绕圆形或不规则形状的区域。我已经看到这是用 system.windows.form 完成的,但不是用 system.windows.form.usercontrol 完成的。这是怎么做到的?
.net 2.0,c#,winform
I would like to make my user control have invisible areas like the areas that surround a circle or an irregular shape. I have seen this done with a system.windows.form but not with a system.windows.form.usercontrol. How is this done?
.net 2.0,c#,winform
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以设置控件的 区域 为不规则 GraphicsPath< /a>.这是一篇文章,展示了如何创建不规则形状的菜单项
You can set the control's Region to an irregular GraphicsPath. Here's an article that shows how to create irregular shaped menuitems