问题
How can I get coordinates of ToolStripButton
?
回答1:
Rectangle rc = toolStripButton1.Bounds;
Relative from the ToolStrip. Use PointToScreen/Client to map.
来源:https://stackoverflow.com/questions/5905088/how-to-get-coordinates-of-toolstripbutton