SetClipboard
TheSetClipboardmethod replaces the clipboard object for this session.
void SetClipboard (in ODClipboard clipboard);
clipboard- A reference to the new clipboard object for this session.
DISCUSSION
This method may be called only by a shell plug-in'sODShellPluginInstallfunction.SEE ALSO
The ODClipboard class (page 83).
TheODShellPluginInstallfunction (page 952).