How can I get coordinates of ToolStripButton?
ToolStripButton
Rectangle rc = toolStripButton1.Bounds;
Relative from the ToolStrip. Use PointToScreen/Client to map.