标签: c# winforms .net-2.0
我想让我的用户控件具有不可见的区域,例如围绕圆圈或不规则形状的区域。我已经看到使用system.windows.form完成此操作,但没有使用system.windows.form.usercontrol。这是怎么做到的?
.net 2.0,c#,winform
答案 0 :(得分:1)
您可以将控件的Region设置为不规则GraphicsPath。这是一篇展示how to create irregular shaped menuitems