CHtmlView::OnHideUI

This member function is called by the framework when Internet Explorer or MSHTML removes its menus and toolbars.

virtual HRESULT OnHideUI( );

Return Value

S_OK if successful, or an OLE-defined error code otherwise.

Remarks

Override OnHideUI to react to the HideUI notification from the Microsoft Web Browser control. See IDocHostUIHandler::HideUI in the Windows SDK for more information.

Requirements

Header: afxhtml.h

See Also

Reference

CHtmlView Class

Hierarchy Chart

CHtmlView::OnUpdateUI

CHtmlView::OnShowUI

CHtmlView::OnShowContextMenu

Other Resources

CHtmlView Members