Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / Clipboard Class / SetData(String) Method
The text to copy, it can be formatted with HTML.

In This Topic
    SetData(String) Method
    In This Topic
    Copies text to the clipboard.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetData( _
       ByVal data As String _
    ) 
    public static void SetData( 
       string data
    )

    Parameters

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