MOVE command - Help Needed

Hi,

Can someone tell me what is the equivalent of MOVE command? If I want to resize controls during form resize event how do I use a single command like MOVE instead of specifying LEFT,TOP,WIDTH,HEIGHT?

create a method called MOVE and passed over the control and how much to move in the parameter. Inside the method just assign the LEFT,TOP,WIDTH,HEIGHT of the control with the other 2 parameter for how much to move.