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.
- Returns the handle to the item if successful, or NULL otherwise.
- hwndTV
- Handle to the tree view control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.