Gets an object that provides methods for manipulating the Clipboard.
| C# | Visual Basic |
public ClipboardProxy Clipboard { get; }
Public ReadOnly Property Clipboard As ClipboardProxy Get
This property returns the My.Computer.Clipboard Object for the computer.
Under Windows Phone 7 the Clipboard only functions within the currently running application.