CTreeView.GetScrollTimemethod
Retrieves the maximum scroll time for the treeview control.
Syntax
FUNCTION GetScrollTime (BYVAL hTreeView AS HWND) AS UINT
Parameters
| Name | Description | |
|---|---|---|
hTreeView | The handle of the TreeView control. |
Return value
Returns the maximum scroll time, in milliseconds.
Description
Retrieves the maximum scroll time for the tree-view control.
Remarks
The maximum scroll time is the longest amount of time that a scroll operation can take. Scrolling will be adjusted so that the scroll will take place within the maximum scroll time. A scroll operation may take less time than the maximum.
Reference
- Include file
CTreeView.inc - Defined in AfxNova/CTreeView.inc:1002
- Documented in Windows/WIndows Controls/CTreeView Class.md
- Topic: CTreeView Class