ComponentOne Basic Library for WPF and Silverlight
SetData(String) Method


C1.Silverlight Namespace > Clipboard Class : SetData(String) Method
The text to copy, it can be formatted with HTML.
Copies text to the clipboard.
Syntax
'Declaration
 
Public Shared Sub SetData( _
   ByVal data As System.String _
) 
'Usage
 
Dim data As System.String
 
Clipboard.SetData(data)
public static void SetData( 
   System.string data
)

Parameters

data
The text to copy, it can be formatted with HTML.
See Also

Reference

Clipboard Class
Clipboard Members