How can I get coordinates of ToolStripButton
?
Asked
Active
Viewed 3,103 times
10
1 Answers
12
Rectangle rc = toolStripButton1.Bounds;
Relative from the ToolStrip. Use PointToScreen/Client to map.

Hans Passant
- 922,412
- 146
- 1,693
- 2,536