Exemplo n.º 1
0
 int Com.IDocHostUIHandler.ShowUI(
     int dwID,
     Com.IOleInPlaceActiveObject activeObject,
     Com.IOleCommandTarget commandTarget,
     Com.IOleInPlaceFrame frame,
     Com.IOleInPlaceUIWindow doc)
 => Native.E_NOTIMPL;
Exemplo n.º 2
0
 int Com.IOleInPlaceSite.GetWindowContext (
     out Com.IOleInPlaceFrame ppFrame,
     out Com.IOleInPlaceUIWindow ppDoc,
     Native.COMRECT lprcPosRect,
     Native.COMRECT lprcClipRect,
     Native.OLEINPLACEFRAMEINFO lpFrameInfo)
 {
     throw new NotImplementedException ();
 }
Exemplo n.º 3
0
 int Com.IDocHostUIHandler.ResizeBorder(
     Native.COMRECT rect,
     Com.IOleInPlaceUIWindow doc,
     bool fFrameWindow)
 => Native.E_NOTIMPL;