Contents Index Topic Contents | ||
Previous Topic: IDocHostUIHandler::GetOptionKeyPath Next Topic: IDocHostUIHandler::OnDocWindowActivate |
IDocHostUIHandler::HideUI
HRESULT HideUI(void);Called when IE4/MSHTML removes its menus and toolbars.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
If a host displayed menus and toolbars during the call to IDocHostUIHandler::ShowUI, the host should remove them when this method is called. This method is called regardless of the return value from the ShowUI method.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.