IClipboardHandler MethodsChemAxon .NET API

The IClipboardHandler type exposes the following members.

Methods

  NameDescription
Public methodCopyTo(IJChemMolecule)
Adds one molecule to the clipboard.
Public methodCopyTo(IClipboardTable)
Adds mixed data to the clipboard.
Public methodCopyTo(IEnumerableIJChemMolecule)
Adds multiple molecule to the clipboard.
Public methodCreateClipboardTable
Creates mixed clipboard data.
Public methodPasteFrom(IJChemMolecule)
Retrieves one molecule from the clipboard. A return value indicates whether there is molecule on the clipboard.
Public methodPasteFrom(IClipboardTable)
Retrieves mixed (molecule and other type of) data from the clipboard. A return value indicates whether there is mixed data on the clipboard.
Public methodPasteFrom(IEnumerableIJChemMolecule)
Retrieves multiple molecule from the clipboard. A return value indicates whether there is molecule on the clipboard.
Top
See Also

Reference