TreeView_GetDropHilightTreeView_GetDropHilight*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TreeView_GetCount
*Next Topic: TreeView_GetEditControl

TreeView_GetDropHilight


HTREEITEM TreeView_GetDropHilight(
    HWND hwndTV
);		

Retrieves the tree view item that is the target of a drag-and-drop operation. You can use this macro, or you can explicitly send the TVM_GETNEXTITEM message with the TVGN_DROPHILITE flag.

hwndTV
Handle to the tree view control.

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