Click or drag to resize

XYZPlotLayerContentsControllerPlotItems_CanPaste Method

Determines whether plot items can be pasted from the clipboard.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool PlotItems_CanPaste()

Return Value

Boolean
true if the clipboard contains a plot-item collection; otherwise, false.
See Also