Contents Index Topic Contents | ||
Previous Topic: IHTMLTextContainer::get_scrollTop Next Topic: IHTMLTextContainer::put_onscroll |
IHTMLTextContainer::get_scrollWidth
HRESULT get_scrollWidth( long *p );Retrieves the element's scrolling width, in pixels. This is the distance between the left and right edges of the element's visible content.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the scroll width.
This property is read-only on HTML documents, and read-write on fixed regions.
See also get_scrollHeight
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.