CListCtrl::SetHoverTime

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.

Example

See the example for CListCtrl::GetHoverTime.

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::GetHoverTime