![]()  | ||
  | ||
  | ||
IHTMLFrameBase::get_scrolling
HRESULT get_scrolling( BSTR *p );Retrieves a value indicating whether the frame can be scrolled.
- Returns S_OK if successful, or an error value otherwise.
 
- 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
IHTMLFrameBase::put_scrolling
HRESULT put_scrolling( BSTR v );Specifies whether the frame can be scrolled.
- Returns S_OK if successful, or an error value otherwise.
 
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.