The Clipboard type exposes the following members.
Methods
| 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.
|
Properties
| Name | Description | |
|---|---|---|
|
|
IsEnabled |
Gets a value that indicates whether the clipboard can be accessed.
|