Click to return to the Reusing Browser Technology home page    
IHTMLTextContainer::get_s...     IHTMLTextELement Interfac...     IHTMLTextContainer Interf...    
Web Workshop  |  Reusing Browser Technology

IHTMLTextContainer::get_scrollWidth Method


Retrieves the element's scrolling width, in pixels. This is the distance between the left and right edges of the element's visible content.

Syntax

HRESULT get_scrollWidth(
    long *p 
);

Parameters

p
Address of a variable that receives the scroll width.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This property is read-only on HTML documents, and read-write on fixed regions.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

get_scrollHeight


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.