|
LibUIDK Documentation
|
void GetHoverTime(DWORD * pdwHoverTime, BOOL * pbRepeat);
得到鼠标停留某位置到收到WM_MOUSEHOVER消息的时间间隔.单位毫秒.
|
Parameters |
Description |
|
DWORD * pdwHoverTime |
[out] 得到从鼠标停留某位置到收到WM_MOUSEHOVER消息之间的时间间隔, 单位毫秒.如果不想得到, 可以为NULL. |
|
BOOL * pbRepeat |
[out] 得到是否重复收到WM_MOUSEHOVER消息. 如果不想得到, 可以为NULL. |
CTreeList支持WM_MOUSEHOVER消息, 用户可以通过CTreeList::SetHoverTime来设置鼠标停留到一个位置多久后收到WM_MOUSEHOVER消息, 并且可以设置是否重复收到此消息.
|
Copyright (c) 2005-2008 iUIShop Technologies All rights reserved.
|