Retrieves the element's scrolling height, in pixels.
Syntax
HRESULT scrollHeight( long *p );
Parameters
- p
- Address of a long variable that returns the element's scrolling height.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also