LVM_SETHOVERTIMELVM_SETHOVERTIME*
*Contents  *Index  *Topic Contents
*Previous Topic: LVM_SETHOTITEM
*Next Topic: LVM_SETICONSPACING

LVM_SETHOVERTIME


LVM_SETHOVERTIME
    wParam = 0;
    lParam = (LPARAM)(DWORD)dwHoverTime;

Sets the amount of time which the mouse cursor must hover over an item before it is selected. You can send this message explicitly or use the ListView_SetHoverTime macro.

dwHoverTime
The new amount of time, in milliseconds, that the mouse cursor must hover over an item before it is selected. If this value is (DWORD)-1, then the hover time is set to the default hover time.

The hover time only affects list view controls that have the LVS_EX_TRACKSELECT, LVS_EX_ONECLICKACTIVATE, or LVS_EX_TWOCLICKACTIVATE extended list view style.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.