CListCrtrl的基本使用

xiaoxiao2021-02-28  148

CListCtrl m_listCtrl;

1:获取选中的内容

int ndex = m_listCtrl.GetNextItem(-1 , LVNI_SELECTED);

转载请注明原文地址: https://www.6miu.com/read-18872.html

最新回复(0)