CListCtrl::EditLabel

This method starts in-place editing of the specified list view item’s text. A list view control that has the LVS_EDITLABELS window style enables a user to edit item labels in place. The user begins editing by clicking the label of an item that has the focus.

At a Glance

Header file: Afxcmn.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

CEdit* EditLabel( int nItem );

See Also

CListCtrl::GetEditControl