TVN_BEGINLABELEDIT (Windows CE 5.0)

Send Feedback

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

TVN_BEGINLABELEDITptvdi= (TV_DISPINFO FAR *)lParam

Parameters

  • ptvdi
    Pointer to a TV_DISPINFO structure. The item member is a TVITEM structure that contains valid information about the item being edited in the hItem, state, lParam, and pszText members.

Return Values

TRUE cancels label editing.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

NM_TREEVIEW | TV_DISPINFO | TV_ITEM | TVM_EDITLABEL | TVN_ENDLABELEDIT | WM_NOTIFY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.