Click or drag to resize

TextDocumentControllerPaste Method

Pastes data from the clipboard in the document managed by this controller.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Paste()

Return Value

Boolean
if pasting clipboard data was successful; otherwise, .

Implements

ITextDocumentControllerPaste
See Also