G
Guest
I want to create a Windows.Forms.ToolStripItem that behaves as if it is an
ellipse (e.g., similar to the round Office Button in Office 2007). Drawing
the item is no problem, but I also want to prevent the item from reponding to
the mouse unless the mouse is within the elliptical bounds of the item. For
a Windows.Forms.Control this can be done by setting the Region property, but
as far as I can tell there no such property for a ToolStripItem.
Thanks for any help!
Lance
ellipse (e.g., similar to the round Office Button in Office 2007). Drawing
the item is no problem, but I also want to prevent the item from reponding to
the mouse unless the mouse is within the elliptical bounds of the item. For
a Windows.Forms.Control this can be done by setting the Region property, but
as far as I can tell there no such property for a ToolStripItem.
Thanks for any help!
Lance