Click or drag to resize

ProjectItemCommandsCanPasteItemsFromClipboard Method

Determines whether project items can be pasted from the clipboard.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool CanPasteItemsFromClipboard()

Return Value

Boolean
true if project items can be pasted from the clipboard; otherwise, false.
See Also