CHtmlView::SetStatusBar

Call this member function to display the status bar.

void SetStatusBar( 
   BOOL bNewValue  
);

Parameters

  • bNewValue
    Nonzero if the status bar is visible; otherwise zero.

Remarks

Applies to Internet Explorer. If you use this call with a WebBrowser control, it will return no error, but it will ignore this call.

Requirements

Header: afxhtml.h

See Also

Reference

CHtmlView Class

Hierarchy Chart

CHtmlView::GetStatusBar

IWebBrowser2::put_StatusBar

Other Resources

CHtmlView Members