![]() |
Previous | Next |
The moveTo method moves the control.
Syntax
elementID.moveTo(newX, newY, time)
Parameters
Parameter | Value |
newX | Specifies a new value for X. |
newY | Specifies a new value for Y. |
time | Specifies the time in milliseconds that it takes for the control to move to its new location. |
Return Values
This method does not return a value.
Remarks
This method is useful for animated SUBVIEW elements (for example, if the user clicks on a tray and the controls slide down).
See Also
Previous | Next |