ComponentFactory.Krypton.Docking.DragTargetNull.PerformDrop C# (CSharp) Method

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
        public override bool PerformDrop(Point screenPt, PageDragEndData data)
        {
            return true;
        }