Click or drag to resize

ITextDocumentControllerPaste 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.3179.0 (4.8.3179.0)
Syntax
C#
bool Paste()

Return Value

Boolean
True if pasting clipboard data was successfull; otherwise, false.
See Also