HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

DropTarget Property, SftTree Class

Defines the object (item or cell) that is the current drop target during a drag & drop operation.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public object DropTarget { get; set; }
Public Property DropTarget As Object

Value

The drop target object or null/Nothing if there is no drop target

The default value is null/Nothing.

Comments

Defines the object (item or cell) that is the current drop target during a drag & drop operation.

The drop target's appearance is identical to the properties defined for flyby highlighting.

The drop target is usually used while handling DragEnter, DragOver and DragDrop events. A default drop target is provided by the control automatically, but an application can override the drop target while handling these events.

See Also SftTree Class | Classes | SftTree/NET 3.0