lowsrc property

Sets or retrieves a lower resolution image to display.

Syntax

HRESULT value = object.put_lowsrc( v);HRESULT value = object.get_lowsrc(* p);

Property values

Type: BSTR

The URL of the lower resolution image.

Remarks

If the IHTMLBGsound::src property is set in code, the new URL starts loading into the image area and aborts the transfer of any image data that is already loading into the same area. If you want to alter the IHTMLInputImage::lowsrc property, you must do so before setting the IHTMLBGsound::src property. If the URL in the IHTMLBGsound::src property references an image that is not the same size as the image cell it is loaded into, the source image is scaled to fit.