CTreeCtrl::EditLabel

Call this member function to begin in-place editing of the specified item's text. The editing is accomplished by replacing the text of the item with a single-line edit control containing the text.

Syntax

CEdit* EditLabel( HTREEITEM hItem );

At a Glance

Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CTreeCtrl Overview, CTreeCtrl Member Functions, Control Classes, CTreeCtrl::GetEditControl