Method | Description | |
---|---|---|
DoDragDrop ( |
||
SetData ( List |
||
SetData ( short dataFormat, IEnumerable |
||
SetData ( short dataFormat, int index, FileDescriptor descriptor ) : void | ||
SetDraggable ( Image imagePreview, GrfImageWrapper wrapper ) : void | ||
VirtualFileDataObject ( ) : System | ||
VirtualFileDataObject ( Action |
Method | Description | |
---|---|---|
IAsyncOperation ( IBindCtx pbcReserved ) : void | ||
IAsyncOperation ( int fDoOpAsync ) : void | ||
IAsyncOperation ( int hResult, IBindCtx pbcReserved, uint dwEffects ) : void | ||
IDataObject ( DATADIR direction ) : IEnumFORMATETC | ||
IDataObject ( System.Runtime.InteropServices.ComTypes.FORMATETC &format ) : int | ||
IDataObject ( System.Runtime.InteropServices.ComTypes.FORMATETC &pFormatetc, ADVF advf, IAdviseSink adviseSink, int &connection ) : int | ||
IDataObject ( System.Runtime.InteropServices.ComTypes.FORMATETC &formatIn, System.Runtime.InteropServices.ComTypes.FORMATETC &formatOut ) : int | ||
IDataObject ( IEnumSTATDATA &enumAdvise ) : int | ||
IDataObject ( System.Runtime.InteropServices.ComTypes.FORMATETC &format, System.Runtime.InteropServices.ComTypes.STGMEDIUM &medium ) : void | ||
IDataObject ( System.Runtime.InteropServices.ComTypes.FORMATETC &formatIn, System.Runtime.InteropServices.ComTypes.STGMEDIUM &medium, bool release ) : void | ||
IDataObject ( int connection ) : void | ||
StructureBytes ( object source ) : IEnumerable |
public static DoDragDrop ( |
||
dragSource | ||
dataObject | System.Runtime.InteropServices.ComTypes.IDataObject | |
allowedEffects | DragDropEffects | |
return | DragDropEffects |
public SetData ( List |
||
fileDescriptors | List |
|
return | void |
public SetData ( short dataFormat, IEnumerable |
||
dataFormat | short | |
data | IEnumerable |
|
return | void |
public SetData ( short dataFormat, int index, FileDescriptor descriptor ) : void | ||
dataFormat | short | |
index | int | |
descriptor | FileDescriptor | |
return | void |
public static SetDraggable ( Image imagePreview, GrfImageWrapper wrapper ) : void | ||
imagePreview | Image | |
wrapper | GrfImageWrapper | |
return | void |
public VirtualFileDataObject ( Action |
||
startAction | Action |
|
endAction | Action |
|
return | System |