IASControl::SetBounds
This method sets the dimensions of a control.
Syntax
HRESULT SetBounds( long lxLeft, long lyTop, long ldxWidth, long ldyHeight );
Parameters
- lxLeft
- Long integer that contains the x-coordinate of the left edge of the control.
- lyTop
- Long integer that contains the y-coordinate of the top of the control.
- ldxWidth
- Long integer that contains the width of the control.
- ldyHeight
- Long integer that contains the height of the control.
Return Values
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
See Also
IASControl::GetBounds