码迷,mamicode.com
首页 > 其他好文 > 详细

CListCtrl删除所有列

时间:2014-08-07 21:37:00      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:style   color   for   div   ad   ef   on   mil   

CListCtrl删除所有列:
    int int_itemcount =m_CListCtrl1. GetHeaderCtrl()->GetItemCount ();
    for(int nIndex=0; nIndex<int_itemcount ;++nIndex)  
    {
         m_CListCtrl1.DeleteColumn (0);
    }

CListCtrl删除所有列,布布扣,bubuko.com

CListCtrl删除所有列

标签:style   color   for   div   ad   ef   on   mil   

原文地址:http://www.cnblogs.com/bibo/p/3897843.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!