C# Класс ComponentFactory.Krypton.Workspace.DragTargetWorkspace

Target within the workspace.
Наследование: DragTarget
Показать файл Открыть проект

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

Метод Описание
DragTargetWorkspace ( Rectangle screenRect, Rectangle hotRect, Rectangle drawRect, DragTargetHint hint, KryptonWorkspace workspace, KryptonPageFlags allowFlags ) : System

Initialize a new instance of the DragTargetWorkspace class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Release unmanaged and optionally managed resources.

ProcessDragEndData ( KryptonWorkspace workspace, KryptonWorkspaceCell target, PageDragEndData data ) : KryptonPage

Process the drag pages in the context of a target navigator.

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

Dispose() защищенный Метод

Release unmanaged and optionally managed resources.
protected Dispose ( bool disposing ) : void
disposing bool Called from Dispose method.
Результат void

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

Initialize a new instance of the DragTargetWorkspace class.
public DragTargetWorkspace ( Rectangle screenRect, Rectangle hotRect, Rectangle drawRect, DragTargetHint hint, KryptonWorkspace workspace, KryptonPageFlags allowFlags ) : System
screenRect System.Drawing.Rectangle Rectangle for screen area.
hotRect System.Drawing.Rectangle Rectangle for hot area.
drawRect System.Drawing.Rectangle Rectangle for draw area.
hint DragTargetHint Target hint which should be one of the edges.
workspace KryptonWorkspace Control instance for drop.
allowFlags KryptonPageFlags Only drop pages that have one of these flags defined.
Результат System

ProcessDragEndData() защищенный Метод

Process the drag pages in the context of a target navigator.
protected ProcessDragEndData ( KryptonWorkspace workspace, KryptonWorkspaceCell target, PageDragEndData data ) : KryptonPage
workspace KryptonWorkspace Target workspace instance.
target KryptonWorkspaceCell Target workspace cell instance.
data ComponentFactory.Krypton.Navigator.PageDragEndData Dragged page data.
Результат ComponentFactory.Krypton.Navigator.KryptonPage