CListCtrl::GetHotCursor
在快捷跟踪为列表视图控件时,启用检索使用的光标。
HCURSOR GetHotCursor( );
返回值
对列表视图控件当前使用的快捷光标资源的句柄。
备注
此成员函数实现Win32宏,ListView_GetHotCursor的行为,如 Windows SDK所述。 快捷光标,才能看到,在悬停启用日期选定时,显示当光标通过在任何列表视图项。 悬停选择通过将 LVS_EX_TRACKSELECT 扩展的样式启用。
示例
// Set the hot cursor to be the system app starting cursor.
HCURSOR hCursor = ::LoadCursor(NULL, IDC_APPSTARTING);
m_myListCtrl.SetHotCursor(hCursor);
ASSERT(m_myListCtrl.GetHotCursor() == hCursor);
要求
Header: afxcmn.h