IASControl::put_Left

This method sets the x-coordinate of the left edge of a control.

Syntax

HRESULT put_Left( long x );

Parameters

x
Specifies the x-coordinate of the control’s left edge.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method must be implemented, but can return E_NOTIMPL.

See Also

IASControl::get_Left