Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
System
Windows
Clipboard
C# Class System.Windows.Clipboard
Provides methods to place data on and retrieve data from the system clipboard. This class cannot be inherited.
Show file
Open project: inthehand/Charming
Class Usage Examples
Public Methods
Method
Description
SetText
(
string
text
) :
void
For Windows XAML Phone Applications use a separate app to push items to the Clipboard
Method Details
SetText()
public
static
method
For Windows XAML Phone Applications use a separate app to push items to the Clipboard
public
static
SetText
(
string
text
) :
void
text
string
return
void