Clipboard.dispose

Disposes of the operating system resources associated with the clipboard. The data will still be available on the system clipboard after the dispose method is called.

<p>NOTE: On some platforms the data will not be available once the application has exited or the display has been disposed.</p>

@exception SWTException <ul> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the parent</li> </ul>

class Clipboard
void
dispose
(
)

Meta