Name | Description | |
---|---|---|
IsEnabled | Gets a value that indicates whether the clipboard can be accessed. |
The following tables list the members exposed by Clipboard.
Name | Description | |
---|---|---|
Copy | Needs to be called from a KeyDown handler when a copy shortcut has been pressed. Works when IsEnabled == false. | |
GetHtmlData | Gets HTML from the clipboard. | |
GetTextData | Gets text from the clipboard. | |
SetData | Copies text to the clipboard. |