ComponentOne Basic Library for WPF and Silverlight
GetHtmlData Method


C1.Silverlight Namespace > Clipboard Class : GetHtmlData Method
Gets HTML from the clipboard.
Syntax
'Declaration
 
Public Shared Function GetHtmlData() As System.String
'Usage
 
Dim value As System.String
 
value = Clipboard.GetHtmlData()
public static System.string GetHtmlData()

Return Value

HTML data from the clipboard.
See Also

Reference

Clipboard Class
Clipboard Members