SEC_TREECLASS::GetDropHilightItem

HTREEITEMSEC_TREECLASS::GetDropHilightItem(void)

Retrieves the item that is the target of a drag-and-drop operation.

Defined in: trcore.inl

Return Value

The handle of the current drop target if successful; otherwise NULL.

Comments

Call this function to retrieve the item that is the target of a drag-and-drop operation, as set by SelectDropTarget.

See Also

SelectDropTarget