CTreeCtrl::SetScrollTime
Call this member function to set the maximum scroll time for the tree view control.
UINT SetScrollTime(
UINT uScrollTime
);
Параметры
- uScrollTime
The new maximum scroll time, in milliseconds. If this value is less than 100, it will be rounded up to 100.
Возвращаемое значение
The previous maximum scroll time, in milliseconds.
Заметки
This member function implements the behavior of the win32 message TVM_SETSCROLLTIME, as described in the Windows SDK.
Требования
Header: afxcmn.h