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.ViewingAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Return Value
Booleantrue if this instance can accept the current data of the clipboard; otherwise,
false.
See Also