IHTMLFrameBase::get_scrollingIHTMLFrameBase::get_scrolling*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLFrameBase::put_scrolling
*Next Topic: IHTMLFrameElement

IHTMLFrameBase::get_scrolling


HRESULT get_scrolling(
    BSTR *p 
);

Retrieves a value indicating whether the frame can be scrolled.

p
Address of a variable that receives one of these values:
auto The browser determines if the scroll bars are necessary. This is the default value.
no The frame cannot be scrolled.
yes The frame can be scrolled.

See also put_scrolling

Up Top of Page


IHTMLFrameBase::put_scrolling


HRESULT put_scrolling(
    BSTR v
);

Specifies whether the frame can be scrolled.

v
String specifying one of these values:
auto The browser determines if the scroll bars are necessary. This is the default value.
no The frame cannot be scrolled.
yes The frame can be scrolled.

See also get_scrolling


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