Method | Description | |
---|---|---|
GetGenericData ( string type ) : object |
Get data associated with current drag and drop operation.
|
|
PrepareStartDrag ( ) : void |
Clears drag & drop data.
|
|
SetGenericData ( string type, object data ) : void |
Set data associated with current drag and drop operation.
|
|
StartDrag ( string title ) : void |
Start a drag operation.
|
Method | Description | |
---|---|---|
AcceptDrag ( ) : void | ||
HandleDelayedDrag ( |
||
PrepareStartDrag_Internal ( ) : void | ||
StartDrag_Internal ( string title ) : void |
public static GetGenericData ( string type ) : object | ||
type | string | |
return | object |
public static SetGenericData ( string type, object data ) : void | ||
type | string | |
data | object | |
return | void |
public static StartDrag ( string title ) : void | ||
title | string | |
return | void |