C# Класс ComponentFactory.Krypton.Docking.DragTargetNull

Target that never matches and so acts as a null drag target.
Наследование: DragTarget
Показать файл Открыть проект

Открытые методы

Метод Описание
DragTargetNull ( ) : System

Initialize a new instance of the DragTargetNull class.

PerformDrop ( Point screenPt, PageDragEndData data ) : bool

Perform the drop action associated with the target.

Описание методов

DragTargetNull() публичный Метод

Initialize a new instance of the DragTargetNull class.
public DragTargetNull ( ) : System
Результат System

PerformDrop() публичный Метод

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.
Результат bool