public int OnPosRectChange(System.Windows.Forms.Html.Interop.COMRECT lprcPosRect)
 {
     // TODO:  Add DocHostUIHandler.OnPosRectChange implementation
     return(0);
 }
 public void GetWindowContext(out System.Windows.Forms.Html.Interop.IOleInPlaceFrame ppFrame, out System.Windows.Forms.Html.Interop.IOleInPlaceUIWindow ppDoc, System.Windows.Forms.Html.Interop.COMRECT lprcPosRect, System.Windows.Forms.Html.Interop.COMRECT lprcClipRect, Interop.tagOIFI lpFrameInfo)
 {
     // TODO:  Add DocHostUIHandler.GetWindowContext implementation
     ppFrame = null;
     ppDoc   = null;
 }