Moves a control within a window.
ControlMove ( "title", "text", controlID, x, y [, width [, height]] )
Parameter
| title | The title of the window to move. |
| text | The text of the window to move. |
| controlID | The control to interact with. See Controls. |
| x | X coordinate to move to. |
| y | Y coordinate to move to. |
| width | [optional] New width of the window. |
| height | [optional] New height of the window. |
Bemerkungen
Keine.
Siehe auch
ControlCommand, WinMove
Beispiel
ControlMove("Untitled -", "", "MDIClient1", 0, 0, 200, 200)