:: com :: sun :: star :: datatransfer :: clipboard ::

interface XFlushableClipboard

Methods' Summary
flushClipboard Renders the current content of the clipboard to the system so that it is available even if the source application no longer exist.  
Methods' Details
flushClipboard
void
flushClipboard();

Description
Renders the current content of the clipboard to the system so that it is available even if the source application no longer exist.
Top of Page