Contents Index Topic Contents | ||
Previous Topic: IHTMLTextContainer::createControlRange Next Topic: IHTMLTextContainer::get_scrollHeight |
IHTMLTextContainer::get_onscroll
HRESULT get_onscroll( VARIANT *p );Occurs when the scroll box is repositioned. The default action of this event is to scroll.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that contains the script.
See also put_onscroll
IHTMLTextContainer::put_onscroll
HRESULT put_onscroll( VARIANT v );Occurs when the scroll box is repositioned. The default action of this event is to scroll.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the script to be set.
See also get_onscroll
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.