scroll property
Sets or gets a value that indicates whether the scroll bars are turned on or off.
Syntax
HRESULT value = object.put_scroll( v);HRESULT value = object.get_scroll(* p);
Property values
Type: BSTR
one of the values listed in Possible Values.-
Default. Scroll bars are turned on.
-
Scroll bars are turned off.
-
Scroll bars are shown when the page content exceeds the client area.
See also
- CSS Enhancements in Internet Explorer 6
Show: