TreeView.GetDropHighlight Method (Typed) | |
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
public virtual TreeViewItem GetDropHighlight()
Request Example
View SourceReturn Value
Type:
TreeViewItem
The first tree view item that is the target of a drag-and-drop operation.
See Also