Beispiel #1
0
 public void GetContainer(out Interop.IMarkupContainer ppContainer)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Beispiel #2
0
 public void MoveToContainer(Interop.IMarkupContainer pContainer, int fAtStart)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Beispiel #3
0
 public void MoveToMarkupPosition(Interop.IMarkupContainer pContainer, int lMP)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Beispiel #4
0
 internal MarkupContainer(Interop.IMarkupContainer mc, IHtmlEditor editor)
 {
     this.editor = editor;
     this.mc     = (Interop.IMarkupContainer2)mc;
 }