TVN_BEGINLABELEDITTVN_BEGINLABELEDIT*
*Contents  *Index  *Topic Contents
*Previous Topic: TVN_BEGINDRAG
*Next Topic: TVN_BEGINRDRAG

TVN_BEGINLABELEDIT


TVN_BEGINLABELEDIT 
    ptvdi = (LPNMTVDISPINFO) lParam 

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

ptvdi
Address of an NMTVDISPINFO 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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.