Click or drag to resize

TextDocumentControllerCanPaste Method

Determines whether this controller is able to accept data from the clipboard to be pasted into the text. Here we catch special cases like pasting of images. Thus, a return value of false does not mean that the data can not be pasted, it only mean that pasting should be delegated to the source text view.

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

Return Value

Boolean
true if data from the clipboard can be accepted to be pasted into the text; otherwise, false.

Implements

ITextDocumentControllerCanPaste
See Also