Retrieves the distance, in pixels, between the top of the object and the topmost portion of the content currently visible in the window.
Syntax
HRESULT get_scrollTop( VARIANT *p );
Parameters
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
scrollLeft, scrollHeight scrollWidth
Sets the distance, in pixels, between the top of the object and the topmost portion of the content currently visible in the window.
Syntax
HRESULT put_scrollTop( VARIANT v );
Parameters
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
scrollLeft, scrollHeight crollWidth