| | |
| | | return SetImageList(GetHWND(), iImageList, himl); |
| | | } |
| | | |
| | | int InsertColumn(int nCol, string label, int nFormat, int nWidth, int nSubItem)//增加列,加入列头 |
| | | int InsertColumn(int nCol, string label, int nFormat, int nWidth, int nSubItem=0)//增加列,加入列头 |
| | | { |
| | | return InsertColumn(GetHWND(), nCol, label, nFormat, nWidth, nSubItem); |
| | | } |
| | |
| | | return InsertItem(GetHWND(),xIndex, label, pictureindex); |
| | | } |
| | | |
| | | int InsertItemEx(int xIndex, string label, int pictureindex = 0,LPARAM data)//only the label and picture index need to be specified |
| | | int InsertItemEx(int xIndex, string label, int pictureindex = 0,LPARAM data=0)//only the label and picture index need to be specified |
| | | { |
| | | return InsertItemEx(GetHWND(), xIndex, label, pictureindex , data); |
| | | } |