TVN_BEGINLABELEDIT
A version of this page is also available for
4/8/2010
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.
Syntax
TVN_BEGINLABELEDIT ptvdi = (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 Value
TRUE cancels label editing.
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_ENDLABELEDIT
WM_NOTIFY