Clipboard Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Clipboard type exposes the following members.

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows Phone ContainsText Queries the clipboard for the presence of data in the UnicodeText format.
Public methodStatic memberSupported by Silverlight for Windows Phone GetText Retrieves Unicode text data from the system clipboard, if Unicode text data exists.
Public methodStatic memberSupported by Silverlight for Windows Phone SetText Sets Unicode text data to store on the clipboard, for later access with GetText.

Top