Copies text to the clipboard.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static void SetData(
	string data
)
Visual Basic
Public Shared Sub SetData ( _
	data As String _
)

Parameters

data
Type: System..::..String
The text to copy, it can be formatted with HTML.

See Also