Contents Index Topic Contents | ||
Previous Topic: IHTMLBodyElement::put_scroll Next Topic: IHTMLBodyElement::put_onselect |
IHTMLBodyElement::get_scroll
HRESULT get_scroll( BSTR *p );Determines whether the scroll bars are on or off.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives "yes" if the scroll bars are on, or "no" if they are off.
See also put_scroll
IHTMLBodyElement::put_scroll
HRESULT put_scroll( BSTR v );Turns the scroll bars on or off.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying whether to turn the scroll bars on or off. Specify "yes" to turn on the scroll bars, or "no" to turn them off.
See also get_scroll
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.