IShellBrowser::RemoveMenusSBIShellBrowser::RemoveMenusSB*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IShellBrowser::QueryActiveShellView
*Next Topic: IShellBrowser::SendControlMsg

IShellBrowser::RemoveMenusSB


HRESULT RemoveMenusSB(
    HMENU hmenuShared
   );	

Permits the container to remove any of its menu elements from the in-place composite menu and to free all associated resources.

hmenuShared
Handle to the in-place composite menu that was constructed by calls to IShellBrowser::InsertMenusSB and the Microsoft® Win32® InsertMenu function.

This method is similar to the IOleInPlaceFrame::RemoveMenus method.

The object should always permit the container to remove its menu elements from the composite menu before deactivating the shared user interface.

Notes to Callers

The method is called by the object application while it is being UI-deactivated so the browser can remove its menus.

See also IShellBrowser


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.