Question

How can I get coordinates of ToolStripButton?

Was it helpful?

Solution

 Rectangle rc = toolStripButton1.Bounds;

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top