TVN_BEGINRDRAGTVN_BEGINRDRAG*
*Contents  *Index  *Topic Contents
*Previous Topic: TVN_BEGINLABELEDIT
*Next Topic: TVN_DELETEITEM

TVN_BEGINRDRAG


TVN_BEGINRDRAG 
    pnmtv = (LPNMTREEVIEW) lParam 

Notifies a tree view control's parent window about the initiation of a drag-and-drop operation involving the right mouse button. This notification message is sent in the form of a WM_NOTIFY message.

pnmtv
Address of an NMTREEVIEW structure. The itemNew member is a TVITEM structure that contains valid information in the hItem, state, and lParam members about the item to be dragged. The ptDrag member specifies the current screen coordinates of the mouse.

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