Clipboard Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a way to work with text on the device clipboard.
public static class Clipboard
- Inheritance
-
System.ObjectClipboard
Properties
HasText |
Gets a value indicating whether there is any text on the clipboard. |
Methods
GetTextAsync() |
Returns any text that is on the clipboard. |
SetTextAsync(String) |
Sets the contents of the clipboard to be the specified text. |
Events
ClipboardContentChanged |
Fires when the clipboard content changes. |