Contents Index Topic Contents | ||
Previous Topic: LVM_GETHOTITEM Next Topic: LVM_GETIMAGELIST |
LVM_GETHOVERTIME
LVM_GETHOVERTIME wParam = 0; lParam = 0;Retrieves the amount of time that the mouse cursor must hover over an item before it is selected. You can send this message explicitly or use the ListView_GetHoverTime macro.
- Returns the amount of time, in milliseconds, that the mouse cursor must hover over an item before it is selected. If the return value is (DWORD)-1, then the hover time is 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.