Click or drag to resize

IClipboardSetDataObjectSetFileDropList Method

Sets a file-drop list on the clipboard.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetFileDropList(
	StringCollection filePaths
)

Parameters

filePaths  StringCollection
The file paths.
See Also