myControl.Location = new Point(myControl.Location.X + 10, myControl.Location.Y - 20);
myControl.Left += 10; myControl.Top -= 20;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)