IHTMLTextContainer::get_onscrollIHTMLTextContainer::get_onscroll*
*



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.

p
Address of a VARIANT structure that contains the script.

See also put_onscroll

Up Top of Page


IHTMLTextContainer::put_onscroll


HRESULT put_onscroll(
    VARIANT v 
);

Occurs when the scroll box is repositioned. The default action of this event is to scroll.

v
VARIANT structure that contains the script to be set.

See also get_onscroll


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