Поделиться через


CHtmlView::OnVisible

This member function is called by the framework when the window for the WebBrowser should be shown or hidden.

virtual void OnVisible(
   BOOL bVisible 
);

Параметры

  • bVisible
    Nonzero if the object is visible or zero otherwise.

Заметки

This allows the object control host window to behave the same way the Internet Explorer window would behave.

Требования

Header: afxhtml.h

См. также

Основные понятия

CHtmlView Class

CHtmlView Members

Hierarchy Chart

CHtmlView::SetVisible

CHtmlView::GetVisible

DWebBrowserEvents2::OnVisible