Reputation: 2691
How can I get coordinates of ToolStripButton?
ToolStripButton
Upvotes: 10
Views: 3297
Reputation: 941218
Rectangle rc = toolStripButton1.Bounds;
Relative from the ToolStrip. Use PointToScreen/Client to map.
Upvotes: 12