IASControl::get_Left

This method retrieves the x-coordinate of the left edge of the control.

Syntax

HRESULT get_Left( long *px );

Parameters

px
Pointer to 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. However, it should be fully implemented if IASControl::GetBounds is implemented.

See Also

IASControl::put_Left, IASControl::GetBounds