IHTMLTextContainer::get_scrollWidthIHTMLTextContainer::get_scrollWidth*
*



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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.