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.
            
| C# | Visual Basic | Visual 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 )
- dataObject (DataObject)
 
- htmlFragment (String)
 
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238