Public Member Functions | |
void | clearData () |
void | clearData (string format) |
void | setData (string format, string data) |
string | getData (string format) |
Public Attributes | |
string | dropEffect |
string | effectAllowed |
Properties | |
DataTransferList | items [get] |
All items (not live). More... | |
FileList | files [get] |
Files only (live). More... | |
List< string > | types [get] |
Meta types. Includes 'Files' if there's any files in here. Read only. More... | |
Private Attributes | |
DataTransferList | items_ =new DataTransferList() |
The data transfer store. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
string PowerUI.DataTransfer.dropEffect |
string PowerUI.DataTransfer.effectAllowed |
|
private |
The data transfer store.
|
get |
Files only (live).
|
get |
All items (not live).
|
get |
Meta types. Includes 'Files' if there's any files in here. Read only.