My.Computer.Clipboard Object

Provides methods for manipulating the Clipboard.

Remarks

For information about the methods and properties of the My.Computer.Clipboard object, see ClipboardProxy.

For more information, see Storing Data to and Reading from the Clipboard.

Note

You can also use methods of the System.Windows.Forms.Clipboard class to manipulate the Clipboard.

Requirements

Namespace: Microsoft.VisualBasic.MyServices

Class: ClipboardProxy (provides access to Clipboard)

Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)

See also