コード例 #1
0
 public void GetWindowContext(out Interop.IOleInPlaceFrame ppFrame, out Interop.IOleInPlaceUIWindow ppDoc, Interop.COMRECT lprcPosRect, Interop.COMRECT lprcClipRect, Interop.tagOIFI lpFrameInfo)
 {
     // TODO:  Add DocHostUIHandler.GetWindowContext implementation
     ppFrame = null;
     ppDoc   = null;
 }
コード例 #2
0
 public int OnPosRectChange(Interop.COMRECT lprcPosRect)
 {
     // TODO:  Add DocHostUIHandler.OnPosRectChange implementation
     return(0);
 }
コード例 #3
0
 public int ResizeBorder(Interop.COMRECT rect, Interop.IOleInPlaceUIWindow doc, bool fFrameWindow)
 {
     return(Interop.E_NOTIMPL);
 }