Share via


IOleInPlaceFrame.RemoveMenus Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub RemoveMenus ( _
    hmenuShared As IntPtr _
)
void RemoveMenus(
    IntPtr hmenuShared
)
void RemoveMenus(
    [InAttribute] IntPtr hmenuShared
)
abstract RemoveMenus : 
        hmenuShared:IntPtr -> unit 
function RemoveMenus(
    hmenuShared : IntPtr
)

Parameters

Remarks

For information on the COM interface, see IOleInPlaceFrame::RemoveMenus

.NET Framework Security

See Also

Reference

IOleInPlaceFrame Interface

Microsoft.VisualStudio.OLE.Interop Namespace