IOleInPlaceFrame.InsertMenus(IntPtr, OLEMENUGROUPWIDTHS[]) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void InsertMenus(IntPtr hmenuShared, cli::array <Microsoft::VisualStudio::OLE::Interop::OLEMENUGROUPWIDTHS> ^ lpMenuWidths);
public void InsertMenus (IntPtr hmenuShared, Microsoft.VisualStudio.OLE.Interop.OLEMENUGROUPWIDTHS[] lpMenuWidths);
abstract member InsertMenus : nativeint * Microsoft.VisualStudio.OLE.Interop.OLEMENUGROUPWIDTHS[] -> unit
Public Sub InsertMenus (hmenuShared As IntPtr, lpMenuWidths As OLEMENUGROUPWIDTHS())
- hmenuShared
-
IntPtr
nativeint
- lpMenuWidths
- OLEMENUGROUPWIDTHS[]
For information on the COM interface, see IOleInPlaceFrame::InsertMenus