ListView_GetHoverTimeListView_GetHoverTime*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ListView_GetHotItem
*Next Topic: ListView_GetImageList

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.

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


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