The Clipboard type exposes the following members.

Methods

  Name Description
Public method Static member Copy
Needs to be called from a KeyDown handler when a copy shortcut has been pressed. Works when IsEnabled == false.
Public method Static member GetHtmlData
Gets HTML from the clipboard.
Public method Static member GetTextData
Gets text from the clipboard.
Public method Static member SetData
Copies text to the clipboard.

Properties

  Name Description
Public property Static member IsEnabled
Gets a value that indicates whether the clipboard can be accessed.

See Also