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; }
public int OnPosRectChange(Interop.COMRECT lprcPosRect) { // TODO: Add DocHostUIHandler.OnPosRectChange implementation return(0); }
public int ResizeBorder(Interop.COMRECT rect, Interop.IOleInPlaceUIWindow doc, bool fFrameWindow) { return(Interop.E_NOTIMPL); }