clipboard class : Clear() method
Description
Removes all data.
Syntax
instance.Clear()
Arguments
None.
Return value
None.
Sample code
1: | clipboard clip; |
2: | clip.Clear(); |
Notes
It is a wrapper of the System.Windows.Clipboard.Clear().
Removes all data.
instance.Clear()
None.
None.
1: | clipboard clip; |
2: | clip.Clear(); |
It is a wrapper of the System.Windows.Clipboard.Clear().