public HtmlDocument(HtmlEditor editor) { _editor = editor; }
public HtmlSelection(HtmlEditor editor) { _editor = editor; _maxZIndex = 99; }
/// <summary> /// Constructor which simply takes an HtmlEditor to interface with MSHTML /// </summary> /// <param name="target"></param> public HtmlTextFormatting(HtmlEditor editor) { this.editor = editor; }