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 n
You can set the control's Region to an irregular GraphicsPath. Here's an article that shows how to create irregular shaped menuitems