Share via


TVN_ENDLABELEDIT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message notifies a tree view control's parent window about the end of label editing for an item. It is sent in the form of a WM_NOTIFY message.

Syntax

TVN_ENDLABELEDIT ptvdi = (TV_DISPINFO FAR *) lParam

Parameters

  • ptvdi
    Pointer to a TV_DISPINFO structure. The item member of this structure is a TVITEM structure whose hItem, lParam, and pszText members contain valid information about the item that was edited.

    If label editing was canceled, the pszText member of the TVITEM structure is NULL; otherwise, pszText is the address of the edited text.

Return Value

If the pszText member is non-NULL, return TRUE to set the item's label to the edited text. Return FALSE to reject the edited text and revert to the original label.

Remarks

If the pszText member is NULL, the return value is ignored.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

NM_TREEVIEW
TV_DISPINFO
TV_ITEM
TVM_EDITLABEL
TVN_BEGINLABELEDIT
WM_NOTIFY