111,098
社区成员




private void button1_Click(object sender, EventArgs e)
{
this.contextMenuStrip1.Show(this, this.button1.Location.X, this.button1.Location.Y + this.button1.Height);
}
string.Format("X坐标{0}Y坐标{1}",e.X,e.Y);