Click or drag to resize

TreeView.GetDropHighlight Method (Typed)

X#
Return the first tree view item that is the target of a drag-and-drop operation.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetDropHighlight() AS TreeViewItem
Request Example View Source

Return Value

Type: TreeViewItem
The first tree view item that is the target of a drag-and-drop operation.
See Also