Control.Move (gb.qt4)
Sub Move ( X As Integer, Y As Integer [ , Width As Integer, Height As Integer ] )
Moves and/or resizes the control.
  - 
X and Y are the new relative position of the control in its parent container.
- 
Width and Height are the new size of the control. If not specified, the control size does not change.