如何隐藏stringgrid光标 ?
如何隐藏stringgrid光标 ?
[解决办法]
响应stringgrid WM_SETCURSOR事件添加ShowCursor(false);
响应stringgrid WM_LEAVE事件添加ShowCursor(true);
发布时间: 2012-02-04 15:43:09 作者: rapoo
如何隐藏stringgrid光标 ?
如何隐藏stringgrid光标 ?
[解决办法]
响应stringgrid WM_SETCURSOR事件添加ShowCursor(false);
响应stringgrid WM_LEAVE事件添加ShowCursor(true);