C# Class ComponentFactory.Krypton.Docking.DragTargetNull

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

Méthodes publiques

Méthode 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 méthode

Initialize a new instance of the DragTargetNull class.
public DragTargetNull ( ) : System
Résultat System

PerformDrop() public méthode

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.
Résultat bool