Метод | Описание | |
---|---|---|
DragTargetNavigatorTransfer ( |
Initialize a new instance of the DragTargetNavigatorTransfer 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 DragTargetNavigatorTransfer ( |
||
rect | Rectangle for hot and draw areas. | |
navigator | Control instance for drop. | |
allowFlags | KryptonPageFlags | Only drop pages that have one of these flags defined. |
Результат | 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 |