Project |
public static class ProjectItemCommands
The ProjectItemCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| CanPasteItemsFromClipboard | Determines whether project items can be pasted from the clipboard. | |
| CopyItemsToClipboard | Copies the items to the clipboard. In principle, this can be all items that have Altaxo's XML serialization support. But the corresponding clipboard paste operation is only supported for main project items (DataTables, Graphs). | |
| PasteItems | Pastes the specified project items into the target folder. | |
| PasteItemsFromClipboard | Pastes project items from the clipboard into the specified base folder. | |
| ShowRenameDialog | Shows a dialog to rename the table. |
| Name | Description | |
|---|---|---|
| ClipboardFormat_ListOfProjectItems | Identifier used for putting a list of project items on the clipboard. |