Method | Description | |
---|---|---|
DragTargetNull ( ) : System |
Initialize a new instance of the DragTargetNull class.
|
|
PerformDrop ( Point screenPt, |
Perform the drop action associated with the target.
|
public PerformDrop ( Point screenPt, |
||
screenPt | Point | Position in screen coordinates. |
data | Data to pass to the target to process drop. | |
return | bool |