Click or drag to resize

ProjectItemCommands Class

Commands on project items like DataTables, Graphs and so.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.CommandsProjectItemCommands

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class ProjectItemCommands

The ProjectItemCommands type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCanPasteItemsFromClipboard 
Public methodStatic memberCopyItemsToClipboardCopies 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).
Public methodStatic memberPasteItems 
Public methodStatic memberPasteItemsFromClipboard 
Public methodStatic memberShowRenameDialog Shows a dialog to rename the table.
Top
Fields
 NameDescription
Public fieldStatic memberClipboardFormat_ListOfProjectItems Identifier used for putting a list of project items on the clipboard.
Top
See Also