scrolling property
[This documentation is preliminary and is subject to change.]
Sets or retrieves whether the frame can be scrolled.
Syntax
HRESULT value = object.put_scrolling(BSTR v);HRESULT value = object.get_scrolling(BSTR* p);
Property values
Type: BSTR
auto
-
Default. Application determines whether scroll bars are necessary.
no
-
Frame cannot be scrolled.
yes
-
Frame can be scrolled.
Build date: 6/12/2012
Community Additions
Show: