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().

Links for reference

Copyright © Cooker All rights reserved.