Method | Description | |
---|---|---|
DragTargetWorkspaceEdge ( |
Initialize a new instance of the DragTargetWorkspaceEdge class.
|
|
PerformDrop ( Point screenPt, |
Perform the drop action associated with the target.
|
public DragTargetWorkspaceEdge ( |
||
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. |
return | System |
public PerformDrop ( Point screenPt, |
||
screenPt | Point | Position in screen coordinates. |
data | Data to pass to the target to process drop. | |
return | bool |