Ejemplo n.º 1
0
 void NativeMethods.IOleInPlaceFrame.InsertMenus(IntPtr hmenuShared, NativeMethods.tagOleMenuGroupWidths lpMenuWidths)
 {
     throw new COMException(String.Empty, NativeMethods.E_NOTIMPL);
 }
Ejemplo n.º 2
0
 int UnsafeNativeMethods.IOleInPlaceFrame.InsertMenus(IntPtr hmenuShared, NativeMethods.tagOleMenuGroupWidths lpMenuWidths)
 {
     return(NativeMethods.S_OK);
 }
Ejemplo n.º 3
0
 public virtual void InsertMenus(IntPtr hmenuShared, NativeMethods.tagOleMenuGroupWidths lpMenuWidths)
 {
     Debug.WriteLineIf(StyleBuilder.StyleBuilderSwitch.TraceVerbose, "CTridentSite: IOleInPlaceFrame::InsertMenus");
     throw new COMException(String.Empty, NativeMethods.E_NOTIMPL);
 }