LVM_GETHOVERTIMELVM_GETHOVERTIME*
*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.

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.