Метод | Описание | |
---|---|---|
DragTargetWorkspace ( |
Initialize a new instance of the DragTargetWorkspace class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
|
ProcessDragEndData ( KryptonWorkspace workspace, KryptonWorkspaceCell target, |
Process the drag pages in the context of a target navigator.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
Результат | void |
public DragTargetWorkspace ( |
||
screenRect | Rectangle for screen area. | |
hotRect | Rectangle for hot area. | |
drawRect | 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 |
protected ProcessDragEndData ( KryptonWorkspace workspace, KryptonWorkspaceCell target, |
||
workspace | KryptonWorkspace | Target workspace instance. |
target | KryptonWorkspaceCell | Target workspace cell instance. |
data | Dragged page data. | |
Результат |