AvalonEdit
SetHtml Method (dataObject, htmlFragment)
NamespacesICSharpCode.AvalonEdit.HighlightingHtmlClipboardSetHtml(DataObject, String)
Sets the TextDataFormat.Html on the data object to the specified html fragment. This helper methods takes care of creating the necessary CF_HTML header.
Declaration Syntax
C#Visual BasicVisual C++
public static void SetHtml(
	DataObject dataObject,
	string htmlFragment
)
Public Shared Sub SetHtml ( _
	dataObject As DataObject, _
	htmlFragment As String _
)
public:
static void SetHtml(
	DataObject^ dataObject, 
	String^ htmlFragment
)
Parameters
dataObject (DataObject)
htmlFragment (String)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238