CListCtrl::SetItemText
Visual Studio .NET 2003
Changes the text of a list view item or subitem.
BOOL SetItemText( int nItem, int nSubItem, LPCTSTR lpszText );
Parameters
- nItem
- Index of the item whose text is to be set.
- nSubItem
- Index of the subitem, or zero to set the item label.
- lpszText
- Pointer to a string that contains the new item text.
Return Value
Nonzero if successful; otherwise zero.
Example
See the example for CListCtrl::InsertItem.
See Also
CListCtrl Overview | Class Members | Hierarchy Chart | CListCtrl::GetItemText