SEC_TREECLASS::SelectDropTarget

Redraws the item in the style used to indicate the target of a drag-and-drop operation.

Defined in: trcore.inl

Syntax

SelectDropTarget(HTREEITEM htiDropHilightItem, BOOL bAutoScroll)

Return Value

Nonzero if successful; otherwise 0.

Parameters

htiDropHilightItem

Handle of a tree item.

bAutoScroll

If TRUE, the tree will be scrolled to ensure the item is visible. If FALSE, the call will fail on items that are not visible. Default is TRUE.

Comments

Call this function to redraw the item in the style used to indicate the target of a drag-and-drop operation. TRUE */)