Dot-Net
如何獲取 ToolStripButton 的座標?
我怎樣才能得到座標
ToolStripButton?
Rectangle rc = toolStripButton1.Bounds;工具條中的相對值。使用 PointToScreen/Client 進行映射。