메소드 | 설명 | |
---|---|---|
DragTargetControlEdge ( |
Initialize a new instance of the DragTargetControlEdge class.
|
|
IsMatch ( Point screenPt, |
Is this target a match for the provided screen position.
|
|
PerformDrop ( Point screenPt, |
Perform the drop action associated with the target.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
리턴 | void |
public DragTargetControlEdge ( |
||
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. |
controlElement | Workspace instance that contains cell. | |
allowFlags | KryptonPageFlags | Only drop pages that have one of these flags defined. |
outsideEdge | bool | Add to the outside edge (otherwise the inner edge). |
리턴 | System |
public IsMatch ( Point screenPt, |
||
screenPt | Point | Position in screen coordinates. |
dragEndData | Data to be dropped at destination. | |
리턴 | bool |
public PerformDrop ( Point screenPt, |
||
screenPt | Point | Position in screen coordinates. |
data | Data to pass to the target to process drop. | |
리턴 | bool |