Changes the size of the window by an increment.
Syntax
HRESULT resizeBy( long x, long y );
Parameters
- x
- Long integer that contains the value that specifies the change in size for the x direction.
- y
- Long integer that contains the value that specifies the change in size for the y direction.
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