![]() | ![]() | ![]() |
| ||
|
ListView_GetHoverTime
DWORD ListView_GetHoverTime( HWND hwndLV );Retrieves the amount of time that the mouse cursor must hover over an item before it is selected. You can use this macro or send the LVM_GETHOVERTIME message explicitly.
- 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.
- hwndLV
- Handle to a list view control.
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.