Click to return to the Reusing Browser Technology home page    
IHTMLElement2::get_scroll...     IHTMLElement2::get_tabInd...     IHTMLElement2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLElement2::get_scrollWidth Method


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

get_scrollHeight, get_scrollLeft, get_scrollTop



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.