scrolling property

Sets or retrieves whether the frame can be scrolled.

Syntax

HRESULT value = object.put_scrolling( v);HRESULT value = object.get_scrolling(* p);

Property values

Type: BSTR

auto

Default. Application determines whether scroll bars are necessary.

no

Frame cannot be scrolled.

yes

Frame can be scrolled.