C# Class System.Windows.Clipboard

Provides methods to place data on and retrieve data from the system clipboard. This class cannot be inherited.
Datei anzeigen 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