C# Class ComponentFactory.Krypton.Docking.DragTargetNull

Target that never matches and so acts as a null drag target.
Inheritance: DragTarget
Datei anzeigen Open project: Cocotteseb/Krypton

Public Methods

Method Description
DragTargetNull ( ) : System

Initialize a new instance of the DragTargetNull class.

PerformDrop ( Point screenPt, PageDragEndData data ) : bool

Perform the drop action associated with the target.

Method Details

DragTargetNull() public method

Initialize a new instance of the DragTargetNull class.
public DragTargetNull ( ) : System
return System

PerformDrop() public method

Perform the drop action associated with the target.
public PerformDrop ( Point screenPt, PageDragEndData data ) : bool
screenPt Point Position in screen coordinates.
data ComponentFactory.Krypton.Navigator.PageDragEndData Data to pass to the target to process drop.
return bool