Show ContextMenuStrip at location of StatusBar item

Posted by John Taylor on Stack Overflow See other posts from Stack Overflow or by John Taylor
Published on 2009-07-23T02:45:28Z Indexed on 2010/06/15 4:02 UTC
Read the original article Hit count: 242

Filed under:
|
|

I want to show a ContextMenuStrip at the location of a ToolStripStatusLabel in a StatusStrip. Ordinary controls have PointToScreen / PointToClient / etc, but as ToolStripStatusLabel is derived from Component it does not.

Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about contextmenustrip