首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

怎么隐藏stringgrid光标

2012-02-04 
如何隐藏stringgrid光标 ?如何隐藏stringgrid光标?[解决办法]响应stringgrid WM_SETCURSOR事件添加ShowCur

如何隐藏stringgrid光标 ?
如何隐藏stringgrid光标   ?

[解决办法]
响应stringgrid WM_SETCURSOR事件添加ShowCursor(false);
响应stringgrid WM_LEAVE事件添加ShowCursor(true);

热点排行