DWORD SetHoverTime( DWORD dwHoverTime = (DWORD)-1 );
Return Value
The previous hover time, in milliseconds.
Parameters
dwHoverTime
The new delay, in milliseconds, which the mouse cursor must hover over an item before it is selected. If the default value is passed, the time is set to the default hover time.
Remarks
This member function implements the behavior of the Win32 macro, ListView_SetHoverTime, as described in the Platform SDK.
CListCtrl Overview | Class Members | Hierarchy Chart
See Also CListCtrl::GetHoverTime