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