Moves the window to a specified coordinates.
Syntax
HRESULT moveTo( long x, long y );
Parameters
- x
- Long integer that contains the value that specifies the x coordinate.
- y
- Long integer that contains the value that specifies the y coordinate.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also