Click or drag to resize

TextDocumentControllerCanPaste Method

Determines whether this controller can accept the current clipboard data. If the return value is , the controller is used to paste the clipboard data via Paste; otherwise, pasting is delegated to the source editor.

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

Return Value

Boolean
true if this instance can accept the current data of the clipboard; otherwise, false.

Implements

ITextDocumentControllerCanPaste
See Also