LibUIDK Documentation
ContentsIndexHome
PreviousUpNext
CTreeList::GetItemTextEx Method
C++
CString GetItemTextEx(HTREEITEM hTI, int nCol);

得到指定Item的文本.

Parameters 
Description 
HTREEITEM hTI 
指定Item的句柄. 
int nCol 
指定子Item所在的列的索引. 

返回指定Item的文本.

如果nCol为0, 此函数返回Item的Label, 如果nCol不为0, 返回子Item的文本内容.