Click or drag to resize

ITextDocumentControllerCanPaste Method

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

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

Return Value

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