Clipboard.Close

From Real Software Documentation

Jump to: navigation, search
Method
Clipboard.Close ( )

Closes the Clipboard which enables other Clipboard objects or other programs to access the Clipboard’s data. This function only affects Windows and is automatically called by the Clipboard’s Destructor.


Example

This example gets the text on the Clipboard and copies it to a variable.

Dim c as New Clipboard
Dim s as String = c.Text
c.Close
Personal tools