清泛IT社区
标题:
控件不响应OWNERDRAW消息
[打印本页]
作者:
清泛网
时间:
2016-05-04 16:19
标题:
控件不响应OWNERDRAW消息
afx_msg void
OnDrawItem
(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
void COrderPaneDlg::
OnDrawItem
(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct)
{
if( nIDCtl == IDC_LIST_xxx ) //自绘
{
....
}
}
中自绘不生效,调用CListCtrl的RedrawItem后不触发OnDrawItem函数。
这是由于没有设置自绘项,设置方法如下:
控件右键“属性”:
(, 下载次数: 6207)
上传
点击文件名下载附件
下载积分: 经验 1
欢迎光临 清泛IT社区 (https://bbs.tsingfun.com/)
Powered by Discuz! X3.3