ClipBoard

Provides access to the system Clipboard. The Clipboard object is used to manipulate text and graphics on the Clipboard. You can use this object to enable a user to copy, cut, and paste text in your application. Before copying any material to the Clipboard object, you should clear its contents by as performing a Clear method, such as Clipboard.Clear. The Clipboard object is shared by all Windows applications, and thus, the contents are subject to change whenever you switch to another application.

Syntax

Clipboard

The Clipboard object properties, methods, and events listed in the following table are supported:

Properties Methods Events
None Clear None
GetFormat
GetText
SetText