CTreeCtrl::GetScrollTime

Call this member function to retrieve the maximum scroll time for the tree view control.

UINT GetScrollTime( ) const;

Return Value

The maximum scroll time, in milliseconds.

Remarks

This member function implements the behavior of the win32 message TVM_GETSCROLLTIME, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Reference

CTreeCtrl Class

Hierarchy Chart

CTreeCtrl::SetScrollTime

Other Resources

CTreeCtrl Members