CEdit* EditLabel( HTREEITEM hItem );
Return Value
If successful, a pointer to the CEdit object that is used to edit the item text; otherwise NULL.
Parameters
hItem
Handle of the tree item to be edited.
Remarks
Call this 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.
CTreeCtrl Overview | Class Members | Hierarchy Chart
See Also CTreeCtrl::GetEditControl