Clears the contents of the system clipboard.
Clipboard.Clear()
The Clear method syntax has the following parts:
|
Name |
Type |
Description |
|
The system clipboard internal variable |
The method empties the system clipboard from it data.
The following statement clears the system clipboard:
Clipboard.Clear()