Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

Clear Method

Location

My.Computer.Clipboard.Clear

Syntax

My.Computer.Clipboard.Clear( )

Description

The Clear method removes all data from the system clipboard.

Usage at a Glance

  • This method is only valid in non-server applications.

  • Security restrictions in place for the active user may limit access to the system clipboard.

Related Framework Entries

  • Microsoft.VisualBasic.MyServices.ClipboardProxy.Clear Method

  • System.Windows.Forms.Clipboard.Clear Method

See Also

Clipboard Object

Категории