The IClipboardHandler type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CopyTo(IJChemMolecule) |
Adds one molecule to the clipboard.
|
![]() | CopyTo(IClipboardTable) |
Adds mixed data to the clipboard.
|
![]() | CopyTo(IEnumerableIJChemMolecule) |
Adds multiple molecule to the clipboard.
|
![]() | CreateClipboardTable |
Creates mixed clipboard data.
|
![]() | PasteFrom(IJChemMolecule) |
Retrieves one molecule from the clipboard. A return value indicates whether there is molecule on the clipboard.
|
![]() | PasteFrom(IClipboardTable) |
Retrieves mixed (molecule and other type of) data from the clipboard. A return value indicates whether there is mixed data on the clipboard.
|
![]() | PasteFrom(IEnumerableIJChemMolecule) |
Retrieves multiple molecule from the clipboard. A return value indicates whether there is molecule on the clipboard.
|
See Also