Example #1
0
 public HtmlElement RemoveChild(HtmlElement element)
 {
     return null;
 }
Example #2
0
 public void ScrollToNode(HtmlElement node, bool slignWithTop) { }
Example #3
0
 public HtmlElement AppendChild(HtmlElement element)
 {
     return null;
 }