コード例 #1
0
 void NativeMethods.IOleInPlaceFrame.InsertMenus(IntPtr hmenuShared, NativeMethods.tagOleMenuGroupWidths lpMenuWidths)
 {
     throw new COMException(String.Empty, NativeMethods.E_NOTIMPL);
 }
コード例 #2
0
 int UnsafeNativeMethods.IOleInPlaceFrame.InsertMenus(IntPtr hmenuShared, NativeMethods.tagOleMenuGroupWidths lpMenuWidths)
 {
     return(NativeMethods.S_OK);
 }
コード例 #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);
 }