-->

How to get coordinates of ToolStripButton?

2019-06-15 14:40发布

问题:

How can I get coordinates of ToolStripButton?

回答1:

 Rectangle rc = toolStripButton1.Bounds;

Relative from the ToolStrip. Use PointToScreen/Client to map.